SaaS CMS has officially launched! Learn more now.

Class ImportRequest

Represents Import Request.

Inheritance
System.Object
ImportRequest
Inherited Members
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
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public class ImportRequest : Request

Constructors

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.