Click or drag to resize

StrictCodeAttributeConstraintTObject Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.SpecialTypes
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public StrictCodeAttributeConstraint(
	string constraintCode,
	Func<IDataAttribute> attribute
)

Parameters

constraintCode
Type: SystemString
The constraint code.
attribute
Type: SystemFuncIDataAttribute
The attribute.
See Also