Name | Description | |
---|---|---|
UAServiceResult Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by UAServiceResult.
Name | Description | |
---|---|---|
UAServiceResult Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
AdditionalInfo | Additional diagnostic/debugging information associated with the operation. | |
DefaultQualifiedSymbolicId | Default qualified symbolic ID. | |
Description | The localized description for the service result, as provided by the server. | |
InnerResult | Nested error information. | |
Message | The message associated with the service result. The component tries to fill it in if no text is provided by the server. Empty if no description is available. | |
QualifiedSymbolicId | The qualified name of the symbolic identifier associated with the status code. | |
StatusCode | The status code associated with the service result. | |
Text | Returns a formatted string with the contents of the service result. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the current object is the same as other object. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToString | Overloaded. Overridden. Converts the value to a human readable string. | |
ToUACodeBits | Converts the service results to code bits, by taking the code bits of the status code. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Takes the code bits of the status code. |
Inequality | Determines whether the two objects are not equal. |