Class MappingEngineErrorEventArgs
Inheritance
System.Object
System.EventArgs
MappingEngineErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
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 |