CustomPropertyDataAttributeTEntityGetEntityItemIdDelegate Property |
Delegate which, given an entity object, returns the entity item Id for the purposes of this property.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Func<TEntity, Guid> GetEntityItemIdDelegate { get; }
Public ReadOnly Property GetEntityItemIdDelegate As Func(Of TEntity, Guid)
Get
public:
property Func<TEntity, Guid^>^ GetEntityItemIdDelegate {
Func<TEntity, Guid^>^ get ();
}
member GetEntityItemIdDelegate : Func<'TEntity, Guid> with get
Property Value
Type:
FuncTEntity,
Guid
The get entity item identifier.
See Also