Command Members

Include Protected Members
Include Inherited Members

Represents a command that is available for use within the context of the parent element of the CommandCollection.

The Command type exposes the following members.

Constructors

  Name Description
Public method Command() Initializes a new instance of Command using the default values.
Public method Command(String) Initializes a new instance of the Command class using a name.

Top

Methods

  Name Description
Public method Clone() Creates a new, full copy of an object.
Public method CopyTo(Command) Copies a Command to the specified object.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Text Gets or sets a command text for a batch.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone()

Top