Skip to main content

Ens.Rule.SubAssign

persistent class Ens.Rule.SubAssign extends Ens.Rule.SubAction

SQL Table Name: Ens_Rule.SubAssign

Implements the Assign Action for SubRules.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = Assign;
To have xsi:type="Assign" instead of "SubAssign".

Properties

property Property as %String (MAXLEN = 128, XMLNAME = "property", XMLPROJECTION = "ATTRIBUTE");
Name of context Property to assign value into.
Property methods: PropertyDisplayToLogical(), PropertyGet(), PropertyGetStored(), PropertyIsValid(), PropertyLogicalToDisplay(), PropertyLogicalToOdbc(), PropertyNormalize(), PropertySet()
property Value as %String (MAXLEN = 128, XMLNAME = "value", XMLPROJECTION = "ATTRIBUTE") [ SqlFieldName = AssignValue ];
Value that is to be assigned.
Property methods: ValueDisplayToLogical(), ValueGet(), ValueGetStored(), ValueIsValid(), ValueLogicalToDisplay(), ValueLogicalToOdbc(), ValueNormalize(), ValueSet()

Methods

method GenerateCode(pCompiler As Compiler, pActionNo As %Integer, pPad As %String = " ") as %Status
Generate code for this SubAssign Action.

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.Rule.SubAction)

{%%PARENT}("Actions")(ID)
=
%%CLASSNAME

Storage Model: Storage (Ens.Rule.SubAssign)

{%%PARENT}("Actions")(ID,"SubAssign")
=
Property
Value
FeedbackOpens in a new tab