RepositoryReferences Property |
List of references to entity objects
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectReferencesCollection References { get; }
Public ReadOnly Property References As ObjectReferencesCollection
Get
public:
property ObjectReferencesCollection^ References {
ObjectReferencesCollection^ get ();
}
member References : ObjectReferencesCollection with get
Property Value
Type:
ObjectReferencesCollection
See Also