Class CounterList
Contains all counters as Counter for a specific counter type.
Inheritance
System.Object
CounterList
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class CounterList : object
Constructors
CounterList(CounterType, Int32, List<Counter>)
Create counters.
Declaration
public CounterList(CounterType counterType, int seqCounter, List<Counter> counters)
Parameters
Type | Name | Description |
---|---|---|
CounterType | counterType | |
System.Int32 | seqCounter | |
List<Counter> | counters |
CounterList(CounterType, Int32, List<Counter>, PrintData)
Create counters.
Declaration
public CounterList(CounterType counterType, int seqCounter, List<Counter> counters, PrintData printData)
Parameters
Type | Name | Description |
---|---|---|
CounterType | counterType | |
System.Int32 | seqCounter | |
List<Counter> | counters | |
PrintData | printData |
Fields
PrintData
Optional print data. Present only in RequestType.CounterRequest.
Declaration
public readonly PrintData PrintData
Field Value
Type | Description |
---|---|
PrintData |
Properties
Counters
List of Counters as Counter.
Declaration
public List<Counter> Counters { get; }
Property Value
Type | Description |
---|---|
List<Counter> |
CounterType
Specifies what kind of counter is demanded.
Declaration
public CounterType CounterType { get; }
Property Value
Type | Description |
---|---|
CounterType |
Currency
Specifies the supported or used currency. String format (e.g. CHF, EUR, GBP, etc.).
Declaration
public String Currency { get; }
Property Value
Type | Description |
---|---|
String |
SeqCounter
Activation or period sequence counter depending on type.
Declaration
public int SeqCounter { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToString()
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |