Method | Description | |
---|---|---|
AppendDataElement ( |
Creates a If this method is invoked with no arguments, a |
|
AppendDataNode ( |
Creates a If this method is invoked with no arguments, a |
|
ModuleResult ( ModuleResultStatus status ) : System |
Initializes a new instance of the ModuleResult class.
|
|
ModuleResult ( |
Initializes a new instance of the ModuleResult class, using the specified status and resultElement.
|
Method | Description | |
---|---|---|
AppendOrPrependDataNode ( |
public AppendDataElement ( |
||
dataElement | Optional data element to add to the current module's element. | |
return |
public AppendDataNode ( |
||
dataNode | Optional data node to add to the current module's element. | |
return |
public ModuleResult ( ModuleResultStatus status ) : System | ||
status | ModuleResultStatus | The status. |
return | System |
public ModuleResult ( |
||
resultElement | The content of this result. | |
status | ModuleResultStatus | The status of this result. |
return | System |