ValueIterator Class

Inheritance Hierarchy

System.Object
  TcHmiSrv.ValueIterator
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class ValueIterator : IEquatable<ValueIterator>, 
    IDisposable

The ValueIterator type exposes the following members.

Constructors

 

Name

Description

ValueIterator Class 1:

ValueIterator.

Initializes a new instance of the ValueIterator class

ValueIterator Class 2:

ValueIterator(ValueIterator)

Initializes a new instance of the ValueIterator class based on another ValueIterator.

Properties

 

Name

Description

ValueIterator Class 3:

Current

Gets the Value of the ValueIterator.

ValueIterator Class 4:

Name

Gets the name of the ValueIterator.

Methods

 

Name

Description

ValueIterator Class 5:

Dispose.

Releases all resources used by the ValueIterator

ValueIterator Class 6:

Dispose(Boolean)

Releases the unmanaged resources used by the ValueIterator and optionally releases the managed resources

ValueIterator Class 7:

Equals(Object)

Determines whether the specified object is equal to the current object. (Inherited from Object.)

ValueIterator Class 8:

Equals(ValueIterator)

Indicates whether the current ValueIterator is equal to another ValueIterator.

ValueIterator Class 9:

Finalize

(Overrides Object.Finalize..)

ValueIterator Class 10:

get_by_index

Gets the Value after the specified index.

ValueIterator Class 11:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

ValueIterator Class 12:

GetType

Gets the Type of the current instance. (Inherited from Object.)

ValueIterator Class 13:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

ValueIterator Class 14:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

ValueIterator Class 15:

ValueIterator Class 16:

Decrement

Decrements the current ValueIterator.

ValueIterator Class 17:

ValueIterator Class 18:

Equality

Determines whether the specified ValueIterator is equal to the current ValueIterator.

ValueIterator Class 19:

ValueIterator Class 20:

Increment

Increments the current ValueIterator.

ValueIterator Class 21:

ValueIterator Class 22:

Inequality

Determines whether the specified ValueIterator is not equal to the current ValueIterator.

Reference

TcHmiSrv Namespace