ObjectReferenceIsAggregateParent Property |
Gets a value indicating whether this reference refers to the aggregate parent.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IsAggregateParent { get; }
Public ReadOnly Property IsAggregateParent As Boolean
Get
public:
property bool IsAggregateParent {
bool get ();
}
member IsAggregateParent : bool with get
Property Value
Type:
Boolean
See Also