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

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

See Also

Advanced