Click or drag to resize

MasterAttributeExpressionTObject Class

Attribute expression for master attribute in a master-detail relationship.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.AttributesAttributeExpressionTObject
    Aloe.SystemFrameworks.Domain.ValidationMasterAttributeExpressionTObject

Namespace:  Aloe.SystemFrameworks.Domain.Validation
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class MasterAttributeExpression<TObject> : AttributeExpression<TObject>, 
	IMasterAttributeExpression
where TObject : DomainObject

Type Parameters

TObject
The type of the object.

The MasterAttributeExpressionTObject type exposes the following members.

Constructors
  NameDescription
Public methodMasterAttributeExpressionTObject
Initializes a new instance of the MasterAttributeExpressionTObject class.
Top
Properties
Methods
See Also