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

The type exposes the following members.

Public Constructors

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

Public Methods

  Name Description
Public method CreateCommands Overloaded.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValuesFromCommands
Gets the values from specified commands.
Public method ParseCommandOrder
Parses the command order from given set of parameters.
Public method ToString (Inherited from Object.)

Protected Methods

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

Public Fields

  Name Description
Public field Static member DEFAULT_COMMAND_ORDER
The default command order
Public field Static member ImageLogCategory
Provides the image processor log category.
Public field Static member SCOPE_IMAGESERVER
Defines a scope of the image server.
Public field Static member SHORTCUT_ORDER
Hard-coded shortcut for command ordering

Protected Properties

  Name Description
Protected property CommandElements
Gets the command elements.
(Inherited from CommandFactory.)
Protected property LogCategory
Gets the log category for this instance.
(Overrides CommandFactory..::LogCategory.)

See Also

Advanced