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 methods.
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.) |
See Also
Smartsite.Web.Commands Namespace