Click or drag to resize

AllDocumentsRepositoryGhostObjectType Property

Gets the type of the ghost object. This member returns GhostDocument.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override Type GhostObjectType { get; }

Property Value

Type: Type
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