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 abstract class CommandFactory |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class CommandFactory |
The type exposes the following members.
Protected Constructors
Name | Description | |
---|---|---|
CommandFactory |
Initializes a new instance of the CommandFactory class.
|
Public Methods
Name | Description | |
---|---|---|
ConvertToString |
Converts specified value to string.
|
|
CreateFullParameterName |
Creates the full name of the parameter.
|
|
CreateParameterName |
Creates the name of the parameter.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryConvertFromString |
Tries to convert specified string value to an typed value using specified converter.
|
|
TryParseValue<(Of <<'(T>)>>) |
Parses a typed value from given string.
|
Protected Methods
Name | Description | |
---|---|---|
CreateCommand |
Creates a command as defined in specified command configuration element.
|
|
CreateCommands | Overloaded. | |
CreateCommandsInOrderAppearance |
Creates the commands in order of appearance. Multiple commands are allowed.
|
|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
ASSIGNMENT |
The query assignment character
|
|
CACHEMODE_KEY |
Querystring parameter used to indicate that the generated pdf should not be cached.
|
|
COMMA |
The http query seperator
|
|
SEPARATOR |
The query command parameter separator character
|
|
TRIGGER_KEY |
The trigger key
|
Protected Properties
Name | Description | |
---|---|---|
CommandElements |
Gets the command elements.
|
|
LogCategory |
Gets the log category for this instance.
|
See Also
Smartsite.Web.Commands Namespace