Class SearchGroup
Represents a search group
Inheritance
System.Object
SearchGroup
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 SearchGroup
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 |
---|---|
System.Collections.Generic.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 |