Class InitializeMappingDocumentRequest
Represents initialize mapping documentrequest.
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: 13.30.0Syntax
public class InitializeMappingDocumentRequest : Request
Constructors
InitializeMappingDocumentRequest(EntityObject)
Initializes a new instance of the InitializeMappingDocumentRequest class.
Declaration
public InitializeMappingDocumentRequest(EntityObject target)
Parameters
Type | Name | Description |
---|---|---|
EntityObject | target | The target. |
InitializeMappingDocumentRequest(String)
Initializes a new instance of the InitializeMappingDocumentRequest class.
Declaration
public InitializeMappingDocumentRequest(string metaClassName)
Parameters
Type | Name | Description |
---|---|---|
System.String | metaClassName | Name of the meta class. |
InitializeMappingDocumentRequest(String, DataSet)
Initializes a new instance of the InitializeMappingDocumentRequest class.
Declaration
public InitializeMappingDocumentRequest(string metaClassName, DataSet externalData)
Parameters
Type | Name | Description |
---|---|---|
System.String | metaClassName | Name of the meta class. |
System.Data.DataSet | externalData | The external data. |
InitializeMappingDocumentRequest(String, DataSet, Int32)
Initializes a new instance of the ImportRequest class.
Declaration
public InitializeMappingDocumentRequest(string metaClassName, DataSet externalData, int tableIndex)
Parameters
Type | Name | Description |
---|---|---|
System.String | metaClassName | Name of the meta class. |
System.Data.DataSet | externalData | The external data. |
System.Int32 | tableIndex | Index of the table. |
Properties
Data
Gets or sets the external data.
Declaration
public DataSet Data { get; set; }
Property Value
Type | Description |
---|---|
System.Data.DataSet | The external data. |
TableIndex
Gets or sets the index of the table.
Declaration
public int TableIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the table. |