AllPartiesRepositoryGhostObjectType Property |
Gets the type of the ghost object. This member returns
GhostParty.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override Type GhostObjectType { get; }
Public Overrides ReadOnly Property GhostObjectType As Type
Get
public:
virtual property Type^ GhostObjectType {
Type^ get () override;
}
abstract GhostObjectType : Type with get
override GhostObjectType : Type with 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