Click or drag to resize

Save Class

Saves the collections to the file.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.Features.FeaturesManagerSave

Namespace:  MediaCy.Commands.Features.FeaturesManager
Assembly:  MediaCy.Commands.Features (in MediaCy.Commands.Features.dll) Version: 3.1.0.0
Syntax
VB
Public Class Save
	Inherits BaseCommand

The Save type exposes the following members.

Constructors
  NameDescription
Public methodSave
Initializes a new instance of the Save class
Public methodSave(String)
Initializes a new instance of the Save class
Public methodSave(McCommand)
Initializes a new instance of the Save class
Top
Properties
  NameDescription
Public propertyFileName
File name.
Public propertySelected
Array of collections/Features/Items to save.
Top
Methods
  NameDescription
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks