persistent class Ens.Rule.Assign
extends Ens.Rule.Action
Implements the Assign Action for Rules.
property Property
as %String(MAXLEN=128,XMLNAME="property",XMLPROJECTION="ATTRIBUTE");
Name of context Property to assign value into.
property Value
as %String(MAXLEN=128,XMLNAME="value",XMLPROJECTION="ATTRIBUTE") [ SqlFieldName = AssignValue ];
Value that is to be assigned.