ICustomPropertyDataAttributeGetEntityItemId Method |
Returns the entity item id of the custom property for the specified entity object.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxGuid GetEntityItemId(
EntityObject obj
)
Function GetEntityItemId (
obj As EntityObject
) As Guid
Guid^ GetEntityItemId(
EntityObject^ obj
)
abstract GetEntityItemId :
obj : EntityObject -> Guid
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainEntityObject
Return Value
Type:
Guid
See Also