Class InitializeMappingDocumentRequest
Represents initialize mapping documentrequest.
Namespace: Mediachase.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class InitializeMappingDocumentRequest : Request
Constructors
InitializeMappingDocumentRequest(EntityObject)
Initializes a new instance of the Initialize
Declaration
public InitializeMappingDocumentRequest(EntityObject target)
Parameters
Type | Name | Description |
---|---|---|
Entity |
target | The target. |
InitializeMappingDocumentRequest(String)
Initializes a new instance of the Initialize
Declaration
public InitializeMappingDocumentRequest(string metaClassName)
Parameters
Type | Name | Description |
---|---|---|
System. |
metaClassName | Name of the meta class. |
InitializeMappingDocumentRequest(String, DataSet)
Initializes a new instance of the Initialize
Declaration
public InitializeMappingDocumentRequest(string metaClassName, DataSet externalData)
Parameters
Type | Name | Description |
---|---|---|
System. |
metaClassName | Name of the meta class. |
System. |
externalData | The external data. |
InitializeMappingDocumentRequest(String, DataSet, Int32)
Initializes a new instance of the Import
Declaration
public InitializeMappingDocumentRequest(string metaClassName, DataSet externalData, int tableIndex)
Parameters
Type | Name | Description |
---|---|---|
System. |
metaClassName | Name of the meta class. |
System. |
externalData | The external data. |
System. |
tableIndex | Index of the table. |
Properties
Data
Gets or sets the external data.
Declaration
public DataSet Data { get; set; }
Property Value
Type | Description |
---|---|
System. |
The external data. |
TableIndex
Gets or sets the index of the table.
Declaration
public int TableIndex { get; set; }
Property Value
Type | Description |
---|---|
System. |
The index of the table. |