ResultPair Class
Represents a result pair that contains the ErrorValue and a String that describes the result of a method call.
Inheritance Hierarchy
System.Object
TcHmiSrv.IObject
TcHmiSrv.ResultPair
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public class ResultPair : IObject, IEquatable<ResultPair>
The ResultPair type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new empty instance of the ResultPair class. | |
|
Initializes a new instance of the ResultPair class. | |
|
Initializes a new instance of the ResultPair class based on another ResultPair. | |
|
Initializes a new instance of the ResultPair class. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the ErrorValue. | |
|
Gets or sets the textual representation or further description of the result code. |
Methods
|
Name |
Description |
---|---|---|
|
(Inherited from IObject.) | |
|
Releases the unmanaged resources used by the ResultPair and optionally releases the managed resources (Overrides IObject.Dispose(Boolean).) | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Indicates whether the current ResultPair is equal to another ResultPair. | |
|
(Inherited from IObject.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Exchanges the values of two instances of the ResultPair class. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether two instances of the ResultPair class are equal. | |
|
Determines whether two instances of the ResultPair class are not equal. |