DMFEntityWriterContract Class [AX 2012]
The DMFEntityWriterContract class is used to gets or sets the parameters.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmDefinationGroupName | Gets or sets the DefinationGroupName parameter for each entity. By executing a service at a target a user can create a single processing group with multiple entities or multi-processing group with multiple entities.This method will be called for each processing group creation. |
| parmDefinitionGroupExecution | This method is used to instanciate the DMFDefinitionGroupExecution table. |
| parmDMFStatusBatchTableRecId | This method will update the status for each record when importing or exporting to or from staging. |
| parmEndRefRecId | Gets or sets the EndRefRecId parameter. |
| parmEntityTable | This method is used to get or set the instance of DMFEntity table.When executing the target service, multiple entities will be created this method will be executed for each entity. |
| parmError | This method is used to get or set the error flag for each record when exporting or importing data. |
| parmExecutionID | This method is used to create an execution id for each defination group. |
| parmIdentificationNumber | Gets or sets the IdentificationNumber parameter for each defination group. |
| parmNumberOfTask | Gets or sets the NumberOfTask parameter. |
| parmNumOfStagingRecords | Gets or sets the number records exported or imported from or to staging. |
| parmOnlyErrored | Gets or sets the OnlyErrored parameter. |
| parmOnlySelected | Gets or sets the OnlySelected parameter. |
| parmStartRefRecId | Gets or sets the StartRefRecId parameter. |
| parmWriteProcess | This method is used get or set indicator for write process. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: