Click or drag to resize

Framework Properties

The Framework type exposes the following members.

Properties
  NameDescription
Public propertyAcceptedEnumTargetTypes
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.
Public propertyDataFolder
Gets or sets the data folder the files are located in.
Public propertyDocumentationFolder
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.
Public propertyIsLegacy
Gets or sets a value indicating whether this framework is a legacy framework and has to be sorted as such. Default: false
Public propertyName
Gets or sets the name of this framework definition.
Public propertySettingDefinitions
Gets or sets the setting definitions defined for this framework
Public propertySortOrder
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.
Public propertySupportedDriverIDs
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.
Public propertySupportedPlatforms
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.
Public propertySupportedTemplateGroups
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.
Public propertySupportsImplicitNumericConversions
Gets / sets the value whether this framework supports implicit conversions between numeric values at runtime.
Public propertySystemTypeConverters
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.
Public propertyUsedByModelType
Gets or sets the type of the model this framework is used by.
Public propertyValidatorInstance
Gets the framework validator used for framework specific validation
Public propertyValueLists
Gets or sets the value lists defined for this framework.
Top
See Also