Constructor RuleBlock
RuleBlock(int)
Constructor
Declaration
public RuleBlock(int actionId)
Parameters
Type | Name | Description |
---|---|---|
int | actionId | The Id of the Action this RuleBlock will trigger. |
RuleBlock(RuleBlock)
Copy constructor
Declaration
public RuleBlock(RuleBlock block)
Parameters
Type | Name | Description |
---|---|---|
RuleBlock | block | A RuleBlock to copy properties from. |