Click or drag to resize

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
Syntax
public Func<TEntity, Guid> GetEntityItemIdDelegate { get; }

Property Value

Type: FuncTEntity, Guid
The get entity item identifier.
See Also