Class CounterList
Contains all counters as Counter for a specific counter type.
Inheritance
System.Object
CounterList
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 CounterList
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 | |
System.Collections.Generic.List<Counter> | counters |
Properties
Counters
List of Counters as Counter.
Declaration
public List<Counter> Counters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.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 |
---|---|
System.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 |
---|---|
System.String |
Overrides
System.Object.ToString()