RepositoryObjectType Property |
Gets the type of the domain objects, which are managed by the repository.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic abstract Type ObjectType { get; }
Public MustOverride ReadOnly Property ObjectType As Type
Get
public:
virtual property Type^ ObjectType {
Type^ get () abstract;
}
abstract ObjectType : Type with get
Property Value
Type:
Type
The type of the domain object.
See Also