Click or drag to resize
PresetManager Class
Class which manages found Preset objects. Preset objects are stored in .preset files and are used for setting up the generator configuration.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksPresetManager

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class PresetManager

The PresetManager type exposes the following members.

Constructors
  NameDescription
Public methodPresetManager
Initializes a new instance of the PresetManager class.
Top
Properties
  NameDescription
Public propertyElementsPerFramework
Gets the elements per framework.
Public propertyElementsPerPlatform
Gets the elements per platform.
Public propertyElementsPerTemplateGroup
Gets the elements per template group.
Public propertyKnownPresets
Gets the known presets
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPresetsWithFilter
Gets the presets with filter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadPresetFile
Loads the preset from the file specified and replaces an existing preset from the same file in the manager.
Public methodLoadPresetFiles
Loads the preset files into Preset objects. When it returns, this manager's container objects are filled.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also