Framework Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
The Framework type exposes the following members.
Name | Description | |
---|---|---|
DataFolder |
Gets or sets the data folder the files are located in.
| |
IsLegacy |
Gets or sets a value indicating whether this framework is a legacy framework and has to be sorted as such. Default: false
| |
Name |
Gets or sets the name of this framework definition.
| |
SettingDefinitions |
Gets or sets the setting definitions defined for this framework
| |
SupportedDriverIDs |
Gets / sets the list of supportedDriverIDs. If this list is empty, all drivers support this framework, otherwise the drivers with the
specified driverids are supported.
| |
SupportedPlatforms |
Gets the list of names of the supported platforms for this framework. If this list is empty, all platforms are supported otherwise the
platforms with the names specified.
| |
SupportedTemplateGroups |
Gets the list of names of the supported templategroups for this framework. If this list is empty, all templategroups are supported otherwise the
templategroups with the names specified.
| |
SystemTypeConverters |
Gets or sets the system type converters defined for this framework. Key is the typeName as specified in the framework's .framework file, value is the
codeGeneratorData value specified with this type converter in the framework's .framework file.
| |
UsedByModelType |
Gets or sets the type of the model this framework is used by.
| |
ValidatorInstance |
Gets the framework validator used for framework specific validation
| |
ValueLists |
Gets or sets the value lists defined for this framework.
|
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSettingDefinitionsFiltered |
Gets the setting definitions filtered on targetElement.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ParseFrameworkDefinitionNode |
Parses the definition pointed at by rootNode into a new FrameworkDefinition object.
| |
ParseFrameworkSettingsNode |
Parses the framework settings definition pointed at by rootnode into three output lists.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |