CustomPropertyDataAttributeTEntity Constructor |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertyDataAttribute(
CustomProperty customProperty,
Func<TEntity, Guid> getEntityItemIdDelegate,
BaseAttributeInfo baseInfo = null
)
Public Sub New (
customProperty As CustomProperty,
getEntityItemIdDelegate As Func(Of TEntity, Guid),
Optional baseInfo As BaseAttributeInfo = Nothing
)
public:
CustomPropertyDataAttribute(
CustomProperty^ customProperty,
Func<TEntity, Guid^>^ getEntityItemIdDelegate,
BaseAttributeInfo^ baseInfo = nullptr
)
new :
customProperty : CustomProperty *
getEntityItemIdDelegate : Func<'TEntity, Guid> *
?baseInfo : BaseAttributeInfo
(* Defaults:
let _baseInfo = defaultArg baseInfo null
*)
-> CustomPropertyDataAttribute
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