CommandVectorIterator Class

Inheritance Hierarchy

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

Syntax

C#

public class CommandVectorIterator : IEquatable<CommandVectorIterator>, 
    IDisposable

The CommandVectorIterator type exposes the following members.

Constructors

 

Name

Description

CommandVectorIterator Class 1:

CommandVectorIterator.

Initializes a new instance of the CommandVectorIterator class.

CommandVectorIterator Class 2:

CommandVectorIterator(CommandVectorIterator)

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

Properties

 

Name

Description

CommandVectorIterator Class 3:

Current

Gets the Command of the CommandVectorIterator.

Methods

 

Name

Description

CommandVectorIterator Class 4:

Dispose.

Releases all resources used by the CommandVectorIterator

CommandVectorIterator Class 5:

Dispose(Boolean)

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

CommandVectorIterator Class 6:

Equals(CommandVectorIterator)

Indicates whether the current CommandVectorIterator is equal to another CommandVectorIterator.

CommandVectorIterator Class 7:

Equals(Object)

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

CommandVectorIterator Class 8:

Finalize

(Overrides Object.Finalize..)

CommandVectorIterator Class 9:

get_by_index

Gets the Command after the specified index.

CommandVectorIterator Class 10:

GetHashCode

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

CommandVectorIterator Class 11:

GetType

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

CommandVectorIterator Class 12:

MemberwiseClone

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

CommandVectorIterator Class 13:

ToString

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

Operators

 

Name

Description

CommandVectorIterator Class 14:

CommandVectorIterator Class 15:

Decrement

Decrements the current CommandVectorIterator.

CommandVectorIterator Class 16:

CommandVectorIterator Class 17:

Equality

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

CommandVectorIterator Class 18:

CommandVectorIterator Class 19:

Increment

Increments the current CommandVectorIterator.

CommandVectorIterator Class 20:

CommandVectorIterator Class 21:

Inequality

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

Reference

TcHmiSrv Namespace