Click or drag to resize

CustomPropertyDataAttributeTEntityGetEntityItemId 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
Syntax
public Guid GetEntityItemId(
	EntityObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainEntityObject

Return Value

Type: Guid

Implements

ICustomPropertyDataAttributeGetEntityItemId(EntityObject)
See Also