| SearchableElementType Enumeration | 
 
            Enum definition to define what's the element to search for in the element searcher.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic enum SearchableElementType
Public Enumeration SearchableElementType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 |  | 
 | Entity | 1 |  | 
 | ValueType | 2 |  | 
 | TypedList | 3 |  | 
 | TypedView | 4 |  | 
 | StoredProcedureCall | 5 |  | 
 | NormalField | 6 |  | 
 | StoredProcedureCallParameter | 7 |  | 
 | FieldMappedOntoRelatedField | 8 |  | 
 | Navigator | 9 |  | 
 | Relationship | 10 |  | 
 | TypedListField | 11 |  | 
 | Catalog | 12 |  | 
 | Schema | 13 |  | 
 | Table | 14 |  | 
 | View | 15 |  | 
 | StoredProcedure | 16 |  | 
 | TableField | 17 |  | 
 | ViewField | 18 |  | 
 | StoredProcedureParameter | 19 |  | 
 | ForeignKeyConstraint | 20 |  | 
 | UniqueConstraint | 21 |  | 
 | Sequence | 22 |  | 
 | Resultset | 23 |  | 
 | Enumerable | 24 |  | 
 | Scalar | 25 |  | 
 | TableValuedFunction | 26 |  | 
 | TableValuedFunctionParameter | 27 |  | 
 | TableValuedFunctionCall | 28 |  | 
 | TableValuedFunctionCallParameter | 29 |  | 
 | RootDerivedElement | 30 |  | 
 | EmbeddedDerivedElement | 31 |  | 
 | DerivedElementField | 32 |  | 
 | DerivedModel | 33 |  | 
See Also