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(List<VasInformationList>)
Create VAS result.
Declaration
public VasResult(List<VasInformationList> vasInformationList)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<VasInformationList> | vasInformationList |
Properties
VasInformationList
VAS information lists.
Declaration
public List<VasInformationList> VasInformationList { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<VasInformationList> |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()