Click or drag to resize
Counter Class
Represents a numeric counter defined in the project
Inheritance Hierarchy
SystemObject
  (Default Namespace)Counter

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public class Counter

The Counter type exposes the following members.

Constructors
  NameDescription
Public methodCounter
Constructs a new counter instance given all its parameters
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCurrentValue
Gets or sets the current value of the counter to a specified integer
Public propertyMaxValue
Returns the maximum value of this counter
Public propertyMinValue
Returns the minimum value of this counter
Top
Remarks
This class is generated based on the counters defined in the project. Individual counter instances are represented as static members of this class whose names are based on the names defined for counters in the project.
See Also