Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MappingEngineErrorEventArgs

Inheritance
System.Object
MappingEngineErrorEventArgs
Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class MappingEngineErrorEventArgs : EventArgs

Constructors

MappingEngineErrorEventArgs(MappingError)

Declaration
public MappingEngineErrorEventArgs(MappingError error)
Parameters
Type Name Description
MappingError error

Fields

MappingElement

Declaration
public MappingElement MappingElement
Field Value
Type Description
MappingElement

MappingRule

Declaration
public MappingRule MappingRule
Field Value
Type Description
MappingRule

MetaObject

Declaration
public EntityObject MetaObject
Field Value
Type Description
EntityObject

Properties

Error

Declaration
public MappingError Error { get; }
Property Value
Type Description
MappingError

ResolveError

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