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 abstract class CommandFactory
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class CommandFactory

The type exposes the following members.

Protected Constructors

  Name Description
Protected method CommandFactory
Initializes a new instance of the CommandFactory class.

Public Methods

  Name Description
Public method Static member ConvertToString
Converts specified value to string.
Public method Static member CreateFullParameterName
Creates the full name of the parameter.
Public method Static member CreateParameterName
Creates the name of the parameter.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Static member TryConvertFromString
Tries to convert specified string value to an typed value using specified converter.
Public method Static member TryParseValue<(Of <<'(T>)>>)
Parses a typed value from given string.

Protected Methods

  Name Description
Protected method CreateCommand
Creates a command as defined in specified command configuration element.
Protected method CreateCommands Overloaded.
Protected method CreateCommandsInOrderAppearance
Creates the commands in order of appearance. Multiple commands are allowed.
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Fields

  Name Description
Public field Static member ASSIGNMENT
The query assignment character
Public field Static member CACHEMODE_KEY
Querystring parameter used to indicate that the generated pdf should not be cached.
Public field Static member COMMA
The http query seperator
Public field Static member SEPARATOR
The query command parameter separator character
Public field Static member TRIGGER_KEY
The trigger key

Protected Properties

  Name Description
Protected property CommandElements
Gets the command elements.
Protected property LogCategory
Gets the log category for this instance.

See Also

Advanced