CalculatedAttributeExpressionsRulesCanCompile Field |
Passes only if the whole attribute can compile.
If the attribute cannot compile, an exception is thrown and the whole validation process is interrupted.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static readonly CheckConstraint<CalculatedAttributeExpression> CanCompile
Public Shared ReadOnly CanCompile As CheckConstraint(Of CalculatedAttributeExpression)
public:
static initonly CheckConstraint<CalculatedAttributeExpression^>^ CanCompile
static val CanCompile: CheckConstraint<CalculatedAttributeExpression>
Field Value
Type:
CheckConstraintCalculatedAttributeExpression
See Also