Class SearchConfiguration
Search configuration
Inheritance
System.Object
SearchConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchConfiguration
Properties
| Improve this Doc View SourceFulltextSearchValue
Gets or sets the fulltext search value
Declaration
public string FulltextSearchValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FulltextShowDirectInput
Gets or sets the fulltext shows direct input.
Declaration
public bool FulltextShowDirectInput { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Groups
Gets or sets all search groups
Declaration
public IList<SearchGroup> Groups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SearchGroup> |
Id
Gets or sets the configuration name
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsFulltextSearchActive
Gets or sets whether to show the fulltext search option
Declaration
public bool IsFulltextSearchActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsProfileConfiguration
Gets or sets whether this configuration was generated by a profile
Declaration
public bool IsProfileConfiguration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSelected
Gets or sets if the configuration is selected
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RestoreOnOpen
Gets or sets whether to restore the search when opening the grid or not
Declaration
public bool RestoreOnOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceDeepClone()
Clone the current configuration
Declaration
public SearchConfiguration DeepClone()
Returns
Type | Description |
---|---|
SearchConfiguration | Clone of the current configuration |
GenerateFulltextSearchSql(Guid)
Generate fulltext search result
Declaration
public SearchGeneratedResult GenerateFulltextSearchSql(Guid stackId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | stackId | Unique stack id |
Returns
Type | Description |
---|---|
SearchGeneratedResult | Search result if if could be generated, else null |
GenerateSql()
Gnerate search result
Declaration
public SearchGeneratedResult GenerateSql()
Returns
Type | Description |
---|---|
SearchGeneratedResult |