This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CommandElement
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CommandElement

The type exposes the following members.

Public Constructors

  Name Description
Public method CommandElement

Public Methods

  Name Description
Public method Equals (Inherited from ConfigurationElement.)
Public method GetCommandType
Gets the actual .NET type of the command this element is representing.
Public method GetHashCode (Inherited from ConfigurationElement.)
Public method GetType (Inherited from Object.)
Public method IsAssociatedWith
Determines whether this instance is associated with specified command.
Public method IsReadOnly (Inherited from ConfigurationElement.)
Public method ToString (Inherited from Object.)

Protected Methods

Public Properties

  Name Description
Public property CurrentConfiguration (Inherited from ConfigurationElement.)
Public property ElementInformation (Inherited from ConfigurationElement.)
Public property Enabled
Gets or sets a value indicating whether this CommandElement is enabled.
Public property Id
Gets or sets the command id.
Public property LockAllAttributesExcept (Inherited from ConfigurationElement.)
Public property LockAllElementsExcept (Inherited from ConfigurationElement.)
Public property LockAttributes (Inherited from ConfigurationElement.)
Public property LockElements (Inherited from ConfigurationElement.)
Public property LockItem (Inherited from ConfigurationElement.)
Public property Parameters
Gets or sets the command parameters.
Public property Type
Gets or sets the command type.

Protected Properties

  Name Description
Protected property ElementProperty (Inherited from ConfigurationElement.)
Protected property EvaluationContext (Inherited from ConfigurationElement.)
Protected property HasContext (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Item (Inherited from ConfigurationElement.)
Protected property Properties (Inherited from ConfigurationElement.)

See Also

Advanced