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 Code |
---|---|
public class CommandElement |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CommandElement |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
CommandElement |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ConfigurationElement.) | |
GetCommandType |
Gets the actual .NET type of the command this element is representing.
|
|
GetHashCode | (Inherited from ConfigurationElement.) | |
GetType | (Inherited from Object.) | |
IsAssociatedWith |
Determines whether this instance is associated with specified command.
|
|
IsReadOnly | (Inherited from ConfigurationElement.) | |
ToString | (Inherited from Object.) |
Protected Methods
Public Properties
Name | Description | |
---|---|---|
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
ElementInformation | (Inherited from ConfigurationElement.) | |
Enabled |
Gets or sets a value indicating whether this CommandElement is enabled.
|
|
Id |
Gets or sets the command id.
|
|
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
Parameters |
Gets or sets the command parameters.
|
|
Type |
Gets or sets the command type.
|
Protected Properties
Name | Description | |
---|---|---|
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
HasContext | (Inherited from ConfigurationElement.) | |
Item | (Inherited from ConfigurationElement.) | |
Item | (Inherited from ConfigurationElement.) | |
Properties | (Inherited from ConfigurationElement.) |