Class MappingEngineErrorEventArgs
Inheritance
System.Object
MappingEngineErrorEventArgs
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
public class MappingEngineErrorEventArgs : EventArgs
Constructors
Declaration
public MappingEngineErrorEventArgs(MappingError error)
Parameters
Fields
Declaration
public MappingElement MappingElement
Field Value
Declaration
public MappingRule MappingRule
Field Value
Declaration
public EntityObject MetaObject
Field Value
Properties
Declaration
public MappingError Error { get; }
Property Value
Declaration
public bool ResolveError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|