Class VasInformationList
VAS Information List. Immutable class.
Inheritance
System.Object
VasInformationList
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class VasInformationList : object
Constructors
VasInformationList(VasInfoListType, Dictionary<VasInfoType, String>)
Create VAS result.
Declaration
public VasInformationList(VasInfoListType vasInfoListType, Dictionary<VasInfoType, string> vasInformation)
Parameters
| Type | Name | Description |
|---|---|---|
| VasInfoListType | vasInfoListType | |
| 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 |
|---|---|
| Dictionary<VasInfoType, System.String> |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
| Type | Description |
|---|---|
| String |