Show / Hide Table of Contents

Class SerializationFilter

Inheritance
System.Object
SerializationFilter
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public sealed class SerializationFilter : MulticastDelegate

Constructors

SerializationFilter(Object, IntPtr)

Declaration
public SerializationFilter(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(String, String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(string name, string property, AsyncCallback callback, object object)
Parameters
Type Name Description
System.String name
System.String property
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
System.Boolean

Invoke(String, String)

Declaration
public virtual bool Invoke(string name, string property)
Parameters
Type Name Description
System.String name
System.String property
Returns
Type Description
System.Boolean