SaaS CMS has officially launched! Learn more now.

Delegate MappingErrorEventHandler

Defines mapping error event handler.

Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public delegate void MappingErrorEventHandler(MappingEngine sender, MappingEngineErrorEventArgs e);
Parameters
Type Name Description
MappingEngine sender
MappingEngineErrorEventArgs e

Constructors

MappingErrorEventHandler(Object, IntPtr)

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

Methods

BeginInvoke(MappingEngine, MappingEngineErrorEventArgs, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(MappingEngine sender, MappingEngineErrorEventArgs e, AsyncCallback callback, object object)
Parameters
Type Name Description
MappingEngine sender
MappingEngineErrorEventArgs e
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(MappingEngine, MappingEngineErrorEventArgs)

Declaration
public virtual void Invoke(MappingEngine sender, MappingEngineErrorEventArgs e)
Parameters
Type Name Description
MappingEngine sender
MappingEngineErrorEventArgs e