Class VasResult
VAS Result. Immutable class.
Inheritance
System.Object
VasResult
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: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class VasResult
Constructors
VasResult(VasInfoListType, Dictionary<VasInfoType, Byte[]>)
Create VAS result.
Declaration
public VasResult(VasInfoListType vasInfoListType, Dictionary<VasInfoType, byte[]> vasInformation)
Parameters
Type | Name | Description |
---|---|---|
VasInfoListType | vasInfoListType | |
System.Collections.Generic.Dictionary<VasInfoType, System.Byte[]> | vasInformation |
Fields
VasInfoListType
VAS information list type.
Declaration
public readonly VasInfoListType VasInfoListType
Field Value
Type | Description |
---|---|
VasInfoListType |
VasInformation
VAS information.
Declaration
public readonly Dictionary<VasInfoType, byte[]> VasInformation
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<VasInfoType, System.Byte[]> |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()