StrictCodeAttributeConstraintTObject Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Core.SpecialTypes
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic StrictCodeAttributeConstraint(
string constraintCode,
Func<IDataAttribute> attribute
)
Public Sub New (
constraintCode As String,
attribute As Func(Of IDataAttribute)
)
public:
StrictCodeAttributeConstraint(
String^ constraintCode,
Func<IDataAttribute^>^ attribute
)
new :
constraintCode : string *
attribute : Func<IDataAttribute> -> StrictCodeAttributeConstraint
Parameters
- constraintCode
- Type: SystemString
The constraint code. - attribute
- Type: SystemFuncIDataAttribute
The attribute.
See Also