Framework Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
The Framework type exposes the following members.
Name | Description | |
---|---|---|
AcceptedEnumTargetTypes |
Returns the set of accepted target types for enum typed model fields. Accepted types are types which have an implicit conversion from enum by this framework.
| |
DataFolder |
Gets or sets the data folder the files are located in.
| |
DocumentationFolder |
Gets or sets the documentation folder, inside the Documentation root folder for this framework. If there's no documentation for this framework, leave this empty.
| |
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
| |
SortOrder |
Gets/sets the sort order for this framework in UI elements. Default is 5. A lower number will make this framework show up higher in the list than frameworks with a higher number.
| |
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.
| |
SupportsImplicitNumericConversions |
Gets / sets the value whether this framework supports implicit conversions between numeric values at runtime.
| |
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.) | |
GetExternalTypeNameForTypeIfAny |
Gets the external type name for the type specified, if any, for the active database. It retrieves this from the target framework of the entity model, as everything
derives from that. If no external type is defined for the type specified, it will return null, so the caller knows the type is to be treated as-is.
| |
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.) |