Share via


DMFEntityWriterContract Class [AX 2012]

The DMFEntityWriterContract class is used to gets or sets the parameters.

Syntax

class DMFEntityWriterContract

Run On

Called

Methods

  Method Description
Dn541766.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif 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.
Dn541766.pubmethod(en-us,AX.60).gif parmDefinitionGroupExecution This method is used to instanciate the DMFDefinitionGroupExecution table.
Dn541766.pubmethod(en-us,AX.60).gif parmDMFStatusBatchTableRecId This method will update the status for each record when importing or exporting to or from staging.
Dn541766.pubmethod(en-us,AX.60).gif parmEndRefRecId Gets or sets the EndRefRecId parameter.
Dn541766.pubmethod(en-us,AX.60).gif 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.
Dn541766.pubmethod(en-us,AX.60).gif parmError This method is used to get or set the error flag for each record when exporting or importing data.
Dn541766.pubmethod(en-us,AX.60).gif parmExecutionID This method is used to create an execution id for each defination group.
Dn541766.pubmethod(en-us,AX.60).gif parmIdentificationNumber Gets or sets the IdentificationNumber parameter for each defination group.
Dn541766.pubmethod(en-us,AX.60).gif parmNumberOfTask Gets or sets the NumberOfTask parameter.
Dn541766.pubmethod(en-us,AX.60).gif parmNumOfStagingRecords Gets or sets the number records exported or imported from or to staging.
Dn541766.pubmethod(en-us,AX.60).gif parmOnlyErrored Gets or sets the OnlyErrored parameter.
Dn541766.pubmethod(en-us,AX.60).gif parmOnlySelected Gets or sets the OnlySelected parameter.
Dn541766.pubmethod(en-us,AX.60).gif parmStartRefRecId Gets or sets the StartRefRecId parameter.
Dn541766.pubmethod(en-us,AX.60).gif parmWriteProcess This method is used get or set indicator for write process.
Dn541766.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn541766.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  DMFEntityWriterContract Class