CodeGenerationMetaDataStore Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
The CodeGenerationMetaDataStore type exposes the following members.
Name | Description | |
---|---|---|
CodeGenerationMetaDataStore |
Initializes a new instance of the CodeGenerationMetaDataStore class.
|
Name | Description | |
---|---|---|
Frameworks |
Gets or sets the frameworks available
| |
Languages |
Gets the language definitions available
| |
LoadedPresetManager |
Gets the loaded preset manager.
| |
LoadedTaskManager |
Gets the loaded task manager.
| |
LoadedTemplateBindingsManager |
Gets the loaded template bindings manager.
| |
Platforms |
Gets the platform definitions available
| |
TemplateGroups |
Gets the template groups available. Key is templategroup name, value is description
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAllFrameworksForModelType |
Gets all frameworks which can be used with the specified frameworkusing model type
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLanguagesForFileExtension |
Gets the languages for the file extension specified. Value1 is the output language, Value2 is the logic language.
| |
GetSystemTypeConvertersForFramework |
Gets the system type converters as supported by the target framework specified.
| |
GetTemplateBindings |
Gets the template bindings instances related to the names specified. Instances are returned in the same order.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetXsdSchemaUri |
Gets the XSD schema uri of the targetnamespace specified
| |
LoadFrameworkDefinitions |
Loads the framework definitions from the frameworks root folder.
| |
LoadFrameworksSettingDefinitions |
Loads the frameworks setting definitions.
| |
LoadLanguageDefinitions |
Loads the language definitions.
| |
LoadPlatformDefinitions |
Loads the platform definitions from the specified Tasks folders. Platform definitions are specified in .platform files.
| |
LoadPresets |
Loads the presets.
| |
LoadTasks |
Loads the tasks.
| |
LoadTemplateBindingDefinitions |
Loads the template binding definitions.
| |
LoadTemplateGroupDefinitions |
Loads the template group definitions.
| |
LoadXsdFiles |
Loads the XSD files.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReloadPresetFile |
Reloads the preset file specified into the presetmanager.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateCodeGenerationCyclePreferencesForOutput |
updates the specified CodeGenerationCyclePreferences with the latest framework data.
|
Name | Description | |
---|---|---|
ContentRefreshed |
Event raised when the contents of this store is refreshed.
|