SearchQueryDefinition Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Search
The SearchQueryDefinition type exposes the following members.
Name | Description | |
---|---|---|
SearchQueryDefinition(String) |
Initializes a new instance of the SearchQueryDefinition class.
| |
SearchQueryDefinition(String, SearchQueryLanguageType) |
Initializes a new instance of the SearchQueryDefinition class.
|
Name | Description | |
---|---|---|
CompiledAssembly |
Gets or sets the compiled assembly.
| |
Description |
Gets the description.
| |
ElementType |
Gets or sets the type of the element.
| |
IsRunnable |
Gets a value indicating whether this instance is runnable.
| |
LanguageType |
Gets or sets the language.
| |
Name |
Gets or sets the name.
| |
QueryText |
Gets or sets the query text.
| |
RequiresCompilation |
Gets a value indicating whether this query needs re-compilation
|
Name | Description | |
---|---|---|
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
|