Class ResultCode
Inheritance
System.Object
ResultCode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.AdminTool
Assembly: FixAntenna.AdminTool.dll
Syntax
public sealed class ResultCode
Fields
OperationInvalidArgument
Declaration
public static readonly ResultCode OperationInvalidArgument
Field Value
Type | Description |
---|---|
ResultCode |
OperationNotImplemented
Declaration
public static readonly ResultCode OperationNotImplemented
Field Value
Type | Description |
---|---|
ResultCode |
OperationReject
Declaration
public static readonly ResultCode OperationReject
Field Value
Type | Description |
---|---|
ResultCode |
OperationSuccess
Declaration
public static readonly ResultCode OperationSuccess
Field Value
Type | Description |
---|---|
ResultCode |
OperationUnknownError
Declaration
public static readonly ResultCode OperationUnknownError
Field Value
Type | Description |
---|---|
ResultCode |
ResultUnknownSession
Declaration
public static readonly ResultCode ResultUnknownSession
Field Value
Type | Description |
---|---|
ResultCode |
Properties
Code
Declaration
public ResultCode Code { get; }
Property Value
Type | Description |
---|---|
ResultCode |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()