Class IgbGridMergeStrategy
Merge strategy interface.
Inheritance
System.Object
IgbGridMergeStrategy
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbGridMergeStrategy : BaseRendererElement, JsonSerializable
Constructors
IgbGridMergeStrategy()
Declaration
public IgbGridMergeStrategy()
Properties
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
Comparer(Object, Object, String)
Declaration
public bool Comparer(object prevRecord, object record, string field)
Parameters
| Type |
Name |
Description |
| System.Object |
prevRecord |
|
| System.Object |
record |
|
| System.String |
field |
|
Returns
| Type |
Description |
| System.Boolean |
|
ComparerAsync(Object, Object, String)
Declaration
public Task<bool> ComparerAsync(object prevRecord, object record, string field)
Parameters
| Type |
Name |
Description |
| System.Object |
prevRecord |
|
| System.Object |
record |
|
| System.String |
field |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Boolean> |
|
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements