Click or drag to resize

DetailAttributeExpressionTObject Class

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

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

Type Parameters

TObject
The type of the object.

The DetailAttributeExpressionTObject type exposes the following members.

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