Click or drag to resize

CustomPropertyDataAttributeTEntity Constructor

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public CustomPropertyDataAttribute(
	CustomProperty customProperty,
	Func<TEntity, Guid> getEntityItemIdDelegate,
	BaseAttributeInfo baseInfo = null
)

Parameters

customProperty
Type: Aloe.EnterpriseOne.Model.GeneralCustomProperty
The custom property.
getEntityItemIdDelegate
Type: SystemFuncTEntity, Guid
The get entity item identifier delegate.
baseInfo (Optional)
Type: Aloe.SystemFrameworks.Domain.AttributesBaseAttributeInfo
The base information.
See Also