Click or drag to resize

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
Syntax
public abstract Type ObjectType { get; }

Property Value

Type: Type
The type of the domain object.
See Also