Class ToggleInformation
Represents a toggle group info used in toggle operations within a query builder model.
Inheritance
System.Object
ToggleInformation
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class ToggleInformation : Object
Constructors
ToggleInformation()
Declaration
public ToggleInformation()
Properties
CurrentToggleGroupKey
Gets or sets the group key for toggle in the query builder model.
Declaration
public string CurrentToggleGroupKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HasToggle
Gets or sets the toggle group or not for the query builder model.
Declaration
public bool HasToggle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ToggleGroupsState
Gets or sets the list of group toggle state for the query builder model.
Declaration
public Dictionary<string, bool> ToggleGroupsState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Boolean> |