Skip to main content

Ens.Rule.Model.rule

class Ens.Rule.Model.rule extends Ens.Rule.Model.action

Property Inventory

Properties

property constraint as %String (XMLPROJECTION = "NONE");
Property methods: constraintDisplayToLogical(), constraintGet(), constraintIsValid(), constraintLogicalToDisplay(), constraintLogicalToOdbc(), constraintNormalize(), constraintSet()
property constraints as list of Ens.Rule.Model.constraint (XMLNAME = "constraint", XMLPROJECTION = "ELEMENT");
Property methods: constraintsBuildValueArray(), constraintsCollectionToDisplay(), constraintsCollectionToOdbc(), constraintsDisplayToCollection(), constraintsGet(), constraintsGetObject(), constraintsGetObjectId(), constraintsGetSwizzled(), constraintsIsValid(), constraintsOdbcToCollection(), constraintsSet(), constraintsSetObject(), constraintsSetObjectId()
property disabled as %Boolean (XMLPROJECTION = "ATTRIBUTE");
Property methods: disabledDisplayToLogical(), disabledGet(), disabledIsValid(), disabledLogicalToDisplay(), disabledLogicalToXSD(), disabledNormalize(), disabledSet(), disabledXSDToLogical()
property name as %String);
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property otherwise as Ens.Rule.Model.otherwise;
Property methods: otherwiseGet(), otherwiseGetSwizzled(), otherwiseIsValid(), otherwiseNewObject(), otherwiseSet()
property whens as list of Ens.Rule.Model.when (XMLNAME = "when", XMLPROJECTION = "ELEMENT");
Property methods: whensBuildValueArray(), whensCollectionToDisplay(), whensCollectionToOdbc(), whensDisplayToCollection(), whensGet(), whensGetObject(), whensGetObjectId(), whensGetSwizzled(), whensIsValid(), whensOdbcToCollection(), whensSet(), whensSetObject(), whensSetObjectId()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab