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 methods.

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.)

See Also

Advanced