Click or drag to resize

EntityRepositoryGhostObjectType Property

Gets the type of the ghost object.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual Type GhostObjectType { get; }

Return Value

Type: Type
The type of the ghost object.
Remarks
For most types, the ghost object type is the same as the object type. However, some types might need a different ghost type. Reasons might include special implementation of some members or base abstract class, which cannot be instantiated.
See Also