FrameworkUsingModelType Enumeration |
Enum which specifies the types of models which can use frameworks. Used in .framework files as usedByFramework.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax [FlagsAttribute]
public enum FrameworkUsingModelType
<FlagsAttribute>
Public Enumeration FrameworkUsingModelType
Members
| Member name | Value | Description |
---|
| Unknown | 0 | |
| EntityModel | 1 | |
| RelationalModel | 2 | |
| DerivedModel | 4 | |
| All | 7 | |
See Also