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 CommandParameterElement |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CommandParameterElement |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
CommandParameterElement |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ConfigurationElement.) | |
GetHashCode | (Inherited from ConfigurationElement.) | |
GetType | (Inherited from Object.) | |
IsReadOnly | (Inherited from ConfigurationElement.) | |
ToString | (Inherited from Object.) |
Protected Methods
Public Properties
Name | Description | |
---|---|---|
Constraint |
Gets or sets the constraint of this paramater instance.
|
|
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
DefaultValue |
Gets or sets the default value of the parameter.
|
|
ElementInformation | (Inherited from ConfigurationElement.) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
Name |
Gets or sets the unique parameter name.
|
|
PublicAccess |
Gets or sets a value indicating whether public access (eg. using the querystring) is allowed.
|
|
Shortcut |
Gets or sets the parameter shortcut.
|
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.) |