FrameworkSettingTargetElementType Enumeration |
Enum to define the target element for a settingdefinition for a framework.
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 FrameworkSettingTargetElementType
<FlagsAttribute>
Public Enumeration FrameworkSettingTargetElementType
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Project | 1 | |
| Entity | 2 | |
| ValueType | 4 | |
| TypedList | 8 | |
| TypedView | 16 | |
| SPCall | 32 | |
| NormalField | 64 | |
| TvfCall | 128 | |
| NavigatorSingleValue | 256 | |
| NavigatorCollection | 512 | |
| TypedListField | 1024 | |
| TypedViewField | 2048 | |
| SPCallParameter | 4096 | |
| FieldMappedOntoRelatedField | 8192 | |
| TvfCallParameter | 16384 | |
| RootDerivedElement | 32768 | |
| EmbeddedDerivedElement | 65536 | |
| DerivedElementFieldScalar | 131072 | |
| DerivedElementFieldSetOfElements | 262144 | |
| DerivedElementFieldSingleElement | 524288 | |
| DerivedModel | 1048576 | |
See Also