Class SearchGroup
Represents a search group
Inheritance
System.Object
SearchGroup
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchGroup : object
Properties
| Improve this Doc View SourceGroupOperator
Gets the group operator as string
Declaration
public string GroupOperator { get; }
Property Value
Type | Description |
---|---|
System.String |
Items
Gets or sets all search items
Declaration
public IList<SearchGroupItem> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<SearchGroupItem> |
Operator
Gets or sets the operator with which the group is connected with another group
Declaration
public BooleanOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
BooleanOperator |
Methods
| Improve this Doc View SourceDeepClone()
Clone the current group
Declaration
public SearchGroup DeepClone()
Returns
Type | Description |
---|---|
SearchGroup |