Class VasInformationList
VAS Information List. Immutable class.
Inheritance
System.Object
VasInformationList
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 VasInformationList
Constructors
VasInformationList(VasInfoListType, Dictionary<VasInfoType, String>)
Create VAS result.
Declaration
public VasInformationList(VasInfoListType vasInfoListType, Dictionary<VasInfoType, string> vasInformation)
Parameters
Type | Name | Description |
---|---|---|
VasInfoListType | vasInfoListType | |
System.Collections.Generic.Dictionary<VasInfoType, System.String> | vasInformation |
Properties
VasInfoListType
VAS information list type.
Declaration
public VasInfoListType VasInfoListType { get; }
Property Value
Type | Description |
---|---|
VasInfoListType |
VasInformation
VAS information.
Declaration
public Dictionary<VasInfoType, string> VasInformation { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<VasInfoType, System.String> |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()