Delegate
EnumerationHelper.IsValueDefinedDelegate

Definition

Namespace:Telerik.OpenAccess.Helpers

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public delegate bool EnumerationHelper.IsValueDefinedDelegate(Type enumType, object value, bool ignoreCase)

Constructors

IsValueDefinedDelegate(object, IntPtr)

Declaration

cs-api-definition
public IsValueDefinedDelegate(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(Type, object, bool, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(Type enumType, object value, bool ignoreCase, AsyncCallback callback, object @object)

Parameters

enumType

Type

value

object

ignoreCase

bool

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual bool EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Returns

bool

Invoke(Type, object, bool)

Declaration

cs-api-definition
public virtual bool Invoke(Type enumType, object value, bool ignoreCase)

Parameters

enumType

Type

value

object

ignoreCase

bool

Returns

bool