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
Syntaxpublic virtual Type GhostObjectType { get; }
Public Overridable ReadOnly Property GhostObjectType As Type
Get
public:
virtual property Type^ GhostObjectType {
Type^ get ();
}
abstract GhostObjectType : Type with get
override GhostObjectType : Type with get
Return Value
Type:
TypeThe 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