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