Library Commands Object Model Reference

LibraryConfigurationCommand Class

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.

For a list of all members of this type, see LibraryConfigurationCommand Members.

System.Object
   Spss.Dimensions.Library.Commands.Configuration.LibraryConfigurationCommand
      Spss.Dimensions.Library.Commands.Configuration.LibraryConfigurationAddCommand
      Spss.Dimensions.Library.Commands.Configuration.LibraryConfigurationDeleteCommand
      Spss.Dimensions.Library.Commands.Configuration.LibraryConfigurationEditCommand

public abstract class LibraryConfigurationCommand

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Spss.Dimensions.Library.Commands.Configuration

Assembly: Spss.Dimensions.Library.Commands (in Spss.Dimensions.Library.Commands.dll)

See Also

LibraryConfigurationCommand Members | Spss.Dimensions.Library.Commands.Configuration Namespace