ProjLedger Class [AX 2012]

Syntax

class ProjLedger implements SysPackable

Run On

Called

Methods

  Method Description
Gg892617.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif clone Creates a deep copy of an instance of the ProjLedger class.
Gg892617.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif getProjectPostingTransaction
Gg892617.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg892617.privmethod(en-us,AX.60).gif initFromProjectPostingTransaction
Gg892617.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg892617.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.)
Gg892617.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.)
Gg892617.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the ProjLedger class.
Gg892617.pubmethod(en-us,AX.60).gif parmActivityNumber Gets or sets the ActivityNumber parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmCostSales Gets or sets the CostSales parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmElimination Gets or sets the Elimination parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmfundingSourceID Gets or sets the fundingSourceID parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmInventTransId Gets or sets the InventTransId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmInventTransRefId Gets or sets the InventTransRefId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmInventTransType Gets or sets the InventTransType parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmLedgerOrigin Gets or sets the LedgerOrigin parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjAdjustRefId Gets or sets the ProjAdjustRefId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjCategoryId Gets or sets the ProjCategoryId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjEmplItemId Gets or sets the ProjEmplItemId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjId Gets or sets the ProjId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjItemTransCostType Gets or sets the ProjItemTransCostType parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjQty Gets or sets the ProjQty parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjTransDate Gets or sets the ProjTransDate parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjTransId Gets or sets the ProjTransId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmProjTransType Gets or sets the ProjTransType parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmSalesInvoiceId Gets or sets the SalesInvoiceId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmTaxUpdate Gets or sets the TaxUpdate parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmTempRecId Gets or sets the TempRecId parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmTransactionOrigin Gets or sets the TransactionOrigin parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmTransEqualLedgerDate Gets or sets the TransEqualLedgerDate parameter.
Gg892617.pubmethod(en-us,AX.60).gif parmWorker Gets or sets the value of the worker parameter.
Gg892617.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the ProjLedger class.
Gg892617.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.)
Gg892617.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::create Initializes a new instance of the ProjLedger class from a packed class.
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newInventCost
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newInventCostAdjust
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newInventSales
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newLedgerJournalTax
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newProjectCost
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newProjectPostingTransaction
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newProjectPurch
Gg892617.pubmethod(en-us,AX.60).gif Gg892617.static(en-us,AX.60).gif ::newProjectSales

Top

Inheritance Hierarchy

Object Class
  ProjLedger Class