Show / Hide Table of Contents

Class IgbColumnFilterConditionGroup

Inheritance
System.Object
BaseRendererElement
IgbColumnFilterCondition
IgbColumnFilterConditionGroup
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColumnFilterConditionGroup : IgbColumnFilterCondition, JsonSerializable

Constructors

IgbColumnFilterConditionGroup()

Declaration
public IgbColumnFilterConditionGroup()

Properties

Item

Declaration
public IgbColumnFilterCondition Item { get; set; }
Property Value
Type Description
IgbColumnFilterCondition

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
IgbColumnFilterCondition.Type

UsesOrOperator

Declaration
public bool UsesOrOperator { get; set; }
Property Value
Type Description
System.Boolean

Methods

Add(IgbColumnFilterCondition)

Declaration
public void Add(IgbColumnFilterCondition condition)
Parameters
Type Name Description
IgbColumnFilterCondition condition

AddAsync(IgbColumnFilterCondition)

Declaration
public Task AddAsync(IgbColumnFilterCondition condition)
Parameters
Type Name Description
IgbColumnFilterCondition condition
Returns
Type Description
System.Threading.Tasks.Task

Clear()

Declaration
public void Clear()

ClearAsync()

Declaration
public Task ClearAsync()
Returns
Type Description
System.Threading.Tasks.Task

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
IgbColumnFilterCondition.FindByName(String)

IsGroup()

Declaration
public override bool IsGroup()
Returns
Type Description
System.Boolean
Overrides
IgbColumnFilterCondition.IsGroup()

IsGroupAsync()

Declaration
public override Task<bool> IsGroupAsync()
Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>
Overrides
IgbColumnFilterCondition.IsGroupAsync()

Remove(IgbColumnFilterCondition)

Declaration
public void Remove(IgbColumnFilterCondition condition)
Parameters
Type Name Description
IgbColumnFilterCondition condition

RemoveAsync(IgbColumnFilterCondition)

Declaration
public Task RemoveAsync(IgbColumnFilterCondition condition)
Parameters
Type Name Description
IgbColumnFilterCondition condition
Returns
Type Description
System.Threading.Tasks.Task

RemoveAt(Int32)

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
System.Int32 index

RemoveAtAsync(Int32)

Declaration
public Task RemoveAtAsync(int index)
Parameters
Type Name Description
System.Int32 index
Returns
Type Description
System.Threading.Tasks.Task

ToArray()

Declaration
public IgbColumnFilterCondition[] ToArray()
Returns
Type Description
IgbColumnFilterCondition[]

ToArrayAsync()

Declaration
public Task<IgbColumnFilterCondition[]> ToArrayAsync()
Returns
Type Description
System.Threading.Tasks.Task<IgbColumnFilterCondition[]>

Implements

JsonSerializable