| DecisionTableBuilder Methods |
The DecisionTableBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| AddAction |
Adds an action column using expressions
| |
| AddActionCall |
Adds an action column
| |
| AddActionNotice | ||
| AddActionSet | ||
| AddCondition |
Adds a condition column
| |
| AddData |
Adds data for columns (e.g. name, condition, action)
| |
| AddDebug |
Adds cells debug information
| |
| AddGroupName | ||
| AddImport(String) |
Adds an import/using command do declaration
| |
| AddImport(String, String, Boolean, String) |
Adds an import/using command do declaration
| |
| AddInput(String) | ||
| AddInput(String, String, String, String) |
Adds an input parameter to decision with type and assembly of the parameter
| |
| AddInputOutput(String) |
Adds input-output (InputOutput) parameter to decision
| |
| AddInputOutput(String, String, String, String) |
Adds an input-output (InOut) parameter to decision with type and assembly of the parameter
| |
| AddLocal(String) |
Adds local parameters for decision
| |
| AddLocal(String, String, String, String) |
Adds output parameter to decision
| |
| AddName |
Adds a name column
| |
| AddOutput(String) |
Adds output parameter to decision
| |
| AddOutput(String, String, String, String) |
Adds output parameter to decision
| |
| AddPriority | ||
| AddSettings | ||
| AddSourceInfo |
Adds cells line information
| |
| AddTermsRef | ||
| Build |
Builds the final table
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |