Library Commands Object Model Reference

Spss.Dimensions.Library.Commands.Configuration Namespace

Namespace hierarchy

Classes

Class Description
LibraryConfigurationAddCommand This class adds a library to the list of available libraries.
LibraryConfigurationCommand This class is a base class for library configuration commands like add, edit, and delete library. All subclasses must write the results of work done to the libraries.xml file.
LibraryConfigurationDeleteCommand This class deletes a library from the list of available libraries.
LibraryConfigurationEditCommand This class applies changes to an existing library..

Delegates

Delegate Description
LibraryConfigurationCommand.ErrorHandler A delegate that may be used as an ErrorHandler for the command's execute method.