ConditionRowList class
Represents list of conditions.
public class Korzh.EasyQuery.WinForms.ConditionRowList : XRowListPackage: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ConditionRowList(QueryPanel queryPanel) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.ConditionRowList class. |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Item | ConditionRow | Gets or sets the element at the specified index. In C#, this property is the indexer for the Korzh.EasyQuery.WinForms.ConditionRowList class. |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
| IndexByCondition(Condition cond) | int | Returns row index by Korzh.EasyQuery.Condition object associated with row. |