Class ImportRequest
Represents Import Request.
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class ImportRequest : Request
Constructors
ImportRequest(EntityObject)
Initializes a new instance of the Import
Declaration
public ImportRequest(EntityObject target)
Parameters
Type | Name | Description |
---|---|---|
Entity |
target | The target. |
ImportRequest(String)
Initializes a new instance of the Import
Declaration
public ImportRequest(string metaClassName)
Parameters
Type | Name | Description |
---|---|---|
System. |
metaClassName | Name of the meta class. |
ImportRequest(String, DataSet, MappingDocument)
Initializes a new instance of the Import
Declaration
public ImportRequest(string metaClassName, DataSet externalData, MappingDocument mappingDocument)
Parameters
Type | Name | Description |
---|---|---|
System. |
metaClassName | Name of the meta class. |
System. |
externalData | The external data. |
Mapping |
mappingDocument | The mapping document. |
Properties
Data
Gets or sets the external data.
Declaration
public DataSet Data { get; set; }
Property Value
Type | Description |
---|---|
System. |
The external data. |
MappingDocument
Gets or sets the mapping document.
Declaration
public MappingDocument MappingDocument { get; set; }
Property Value
Type | Description |
---|---|
Mapping |
The mapping document. |