OPC Studio User's Guide and Reference
ValueResult<T> Class Members
Properties  Methods  Events


OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.Generic Namespace : ValueResult<T> Class

The following tables list the members exposed by ValueResult<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Properties
 NameDescription
Public PropertyDiagnostics information (such as warnings) assembled during the operation. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyCount of diagnostic information elements assembled during the operation. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyTextual summary of diagnostics information, one message per line. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyGets or sets the error ID of the error. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyGets or sets a message that describes the current exception. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyThe first line of the error message. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyGets or sets the information about the reason of the failure of the operation. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyA normalized Diagnostics collection. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyA normalized Exception object, or null if there was no error. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyGets a regularized System.Object value that is a successful result of the operation. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Public PropertyGets or sets the arbitrary object associated with the operation. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyGets indication whether the operation has succeeded. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public PropertyGets or sets a value that is a successful result of the operation.  
Public PropertyReturns the type of the Value, or null if there is no value. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Top
Protected Properties
 NameDescription
Protected PropertyThe formatter used with objects of this type. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public MethodOverloaded. Infrastructure. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Public MethodOverloaded.  (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Public MethodOverridden.   
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodCreates a new object that is a memberwise copy of the current instance. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodOverloaded. Transforms the value of a value result using a specified function.  
Public MethodSets the arbitrary object associated with the operation. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public MethodSets a generic Object value that is a successful result of the operation. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Public MethodThrows Exception if it is not a null reference. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public MethodOverloaded. Converts the value of the current object to its equivalent string representation using the specified format. (Inherited from OpcLabs.BaseLib.OperationModel.OperationResult)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Infrastructure.  
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Protected MethodInfrastructure. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Top
Extension Methods
 NameDescription
Public Extension MethodSets the arbitrary object associated with the node.
Top
Public Events
 NameDescription
Public EventRaised when the Value property changes a value. (Inherited from OpcLabs.BaseLib.OperationModel.ValueResult)
Top
See Also

Reference

ValueResult<T> Class
OpcLabs.BaseLib.OperationModel.Generic Namespace