SourceLocationDataType Enumeration | 
 
            Enum to specify the sourcelocationdata type with
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic enum SourceLocationDataType
Public Enumeration SourceLocationDataType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unknown | 0 |  | 
 | RequestMetaDataManual | 1 |  | 
 | RequestMetaDataRetrieve | 2 |  | 
 | ProjectProperties | 3 |  | 
 | EntityDefinition | 4 |  | 
 | SPCallDefinition | 5 |  | 
 | TypedListDefinition | 6 |  | 
 | TypedViewDefinition | 7 |  | 
 | ValueTypeDefinition | 8 |  | 
 | Relationship | 9 |  | 
 | FileOpenInTextEditor | 10 |  | 
 | ElementSearch | 11 |  | 
 | TvfCallDefinition | 12 |  | 
 | BuyLicense | 13 |  | 
 | SyncRelationalModelData | 14 |  | 
 | RootDocumentDefinition | 15 |  | 
 | ReverseEngineeringRequest | 16 |  | 
 | CreateInheritanceHierarchesRequest | 17 |  | 
 | RefactorFieldsToValueTypeRequest | 18 |  | 
See Also