SearchHandlerCSharp Methods |
The SearchHandlerCSharp type exposes the following members.
Name | Description | |
---|---|---|
CompileQuery |
Compiles the query in-memory and returns the compilation result.
(Inherited from SearchHandlerBase.) | |
CreateCompiler |
Creates the compiler to compile the query in memory.
(Overrides SearchHandlerBaseCreateCompiler(DictionaryString, String).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAdditionalCompilerOptions |
Gets the additional compiler options.
(Inherited from SearchHandlerBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetInitialCodeSnippet_Catalog |
Gets the initial code snippet for the search element: catalog.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Catalog.) | |
GetInitialCodeSnippet_DerivedModel |
Gets the initial code snippet for the search element: DerivedModel
(Overrides SearchHandlerBaseGetInitialCodeSnippet_DerivedModel.) | |
GetInitialCodeSnippet_DocumentField |
Gets the initial code snippet for the search element: DerivedElementField.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_DocumentField.) | |
GetInitialCodeSnippet_EmbeddedDocument |
Gets the initial code snippet for the search element: EmbeddedDerivedElement
(Overrides SearchHandlerBaseGetInitialCodeSnippet_EmbeddedDocument.) | |
GetInitialCodeSnippet_Entity |
Gets the initial code snippet for the search element: Entity.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Entity.) | |
GetInitialCodeSnippet_Enumerable |
Gets the initial code snippet for the search element: Enumerable.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Enumerable.) | |
GetInitialCodeSnippet_FieldMappedOntoRelatedField |
Gets the initial code snippet for the search element: FieldMappedOntoRelatedField.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_FieldMappedOntoRelatedField.) | |
GetInitialCodeSnippet_ForeignKeyConstraint |
Gets the initial code snippet for the search element: ForeignKeyConstraint
(Overrides SearchHandlerBaseGetInitialCodeSnippet_ForeignKeyConstraint.) | |
GetInitialCodeSnippet_ForeignKeyField |
Gets the initial code snippet for the search element: ForeignKeyField.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_ForeignKeyField.) | |
GetInitialCodeSnippet_Navigator |
Gets the initial code snippet for the search element: Navigator.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Navigator.) | |
GetInitialCodeSnippet_NormalField |
Gets the initial code snippet for the search element: NormalField.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_NormalField.) | |
GetInitialCodeSnippet_Relationship |
Gets the initial code snippet for the search element: Relationship.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Relationship.) | |
GetInitialCodeSnippet_Resultset |
Gets the initial code snippet for the search element: Resultset
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Resultset.) | |
GetInitialCodeSnippet_RootDocument |
Gets the initial code snippet for the search element: RootDerivedElement
(Overrides SearchHandlerBaseGetInitialCodeSnippet_RootDocument.) | |
GetInitialCodeSnippet_Scalar |
Gets the initial code snippet for the search element: Object
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Scalar.) | |
GetInitialCodeSnippet_Schema |
Gets the initial code snippet for the search element: Schema
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Schema.) | |
GetInitialCodeSnippet_Sequence |
Gets the initial code snippet for the search element: Sequence
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Sequence.) | |
GetInitialCodeSnippet_StoredProcedure |
Gets the initial code snippet for the search element: StoredProcedure
(Overrides SearchHandlerBaseGetInitialCodeSnippet_StoredProcedure.) | |
GetInitialCodeSnippet_StoredProcedureCall |
Gets the initial code snippet for the search element: StoredProcedureCall.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_StoredProcedureCall.) | |
GetInitialCodeSnippet_StoredProcedureCallParameter |
Gets the initial code snippet for the search element: StoredProcedureCallParameter.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_StoredProcedureCallParameter.) | |
GetInitialCodeSnippet_StoredProcedureParameter |
Gets the initial code snippet for the search element: StoredProcedureParameter
(Overrides SearchHandlerBaseGetInitialCodeSnippet_StoredProcedureParameter.) | |
GetInitialCodeSnippet_Table |
Gets the initial code snippet for the search element: Table
(Overrides SearchHandlerBaseGetInitialCodeSnippet_Table.) | |
GetInitialCodeSnippet_TableField |
Gets the initial code snippet for the search element: TableField
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TableField.) | |
GetInitialCodeSnippet_TableValuedFunction |
Gets the initial code snippet for the search element: TableValuedFunction
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TableValuedFunction.) | |
GetInitialCodeSnippet_TableValuedFunctionCall |
Gets the initial code snippet_ table valued function call.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TableValuedFunctionCall.) | |
GetInitialCodeSnippet_TableValuedFunctionCallParameter |
Gets the initial code snippet for the search element: TableValuedFunctionCallParameter
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TableValuedFunctionCallParameter.) | |
GetInitialCodeSnippet_TableValuedFunctionParameter |
Gets the initial code snippet for the search element: TableValuedFunctionParameter
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TableValuedFunctionParameter.) | |
GetInitialCodeSnippet_TypedList |
Gets the initial code snippet for the search element: TypedList.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TypedList.) | |
GetInitialCodeSnippet_TypedListField |
Gets the initial code snippet for the search element: TypedListField
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TypedListField.) | |
GetInitialCodeSnippet_TypedView |
Gets the initial code snippet for the search element: TypedView.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_TypedView.) | |
GetInitialCodeSnippet_UniqueConstraint |
Gets the initial code snippet for the search element: UniqueConstraint
(Overrides SearchHandlerBaseGetInitialCodeSnippet_UniqueConstraint.) | |
GetInitialCodeSnippet_ValueType |
Gets the initial code snippet for the search element: ValueType.
(Overrides SearchHandlerBaseGetInitialCodeSnippet_ValueType.) | |
GetInitialCodeSnippet_View |
Gets the initial code snippet for the search element: View
(Overrides SearchHandlerBaseGetInitialCodeSnippet_View.) | |
GetInitialCodeSnippet_ViewField |
Gets the initial code snippet for the search element: ViewField
(Overrides SearchHandlerBaseGetInitialCodeSnippet_ViewField.) | |
GetInitialCodeSnippetForSearchableElement |
Gets the initial code snippet for searchable element.
(Inherited from SearchHandlerBase.) | |
GetSearchMethodReturnTypeName |
Gets the return type name of the search method
(Overrides SearchHandlerBaseGetSearchMethodReturnTypeName(String, SearchableElementType).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProduceFooterCode |
Produces the footer code. This is a simple method which returns a list of closing statements based on the header structure
(Overrides SearchHandlerBaseProduceFooterCode.) | |
ProduceHeaderCode |
Produces the header code.
(Overrides SearchHandlerBaseProduceHeaderCode(HashSetString, SearchableElementType, Project).) | |
RunQuery |
Runs the query which is compiled in the passed in assembly by passing in the passed in project. The result returned from the
search method is returned from this method.
(Inherited from SearchHandlerBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |