InventItemPriceCompareContract Class [AX 2012]

The InventItemPriceCompareContract class is the data contract for the InventItemPriceCompare SSRS report.

Syntax

class InventItemPriceCompareContract implements SysOperationValidatable

Run On

Called

Methods

  Method Description
Dn649504.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn649504.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.)
Dn649504.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.)
Dn649504.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the InventItemPriceCompareContract class.
Dn649504.pubmethod(en-us,AX.60).gif parmCalculateInventory Gets or sets the CalculateInventory parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmCompareDate Gets or sets the CompareDate parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmCompareLevel Gets or sets the CompareLevel parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmComparePriceType Gets or sets the ComparePriceType parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmCompareTo Gets or sets the CompareTo parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmCompareToDate Gets or sets the CompareToDate parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmCompareToVersionId Gets or sets the CompareToVersionId parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmCompareVersionId Gets or sets the CompareVersionId parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmDisplayCostGroupId Gets or sets the DisplayCostGroupId parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmDisplayCostGroupType Gets or sets the DisplayCostGroupType parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmDisplayInExcel Gets or sets the DisplayInExcel parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmDisplayInventoryFields Gets or sets the DisplayInventoryFields parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmDisplayPriceFields Gets or sets the DisplayPriceFields parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmFileFormat Gets or sets the FileFormat parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmPrintMediumType Gets or sets the PrintMediumType parameter.
Dn649504.pubmethod(en-us,AX.60).gif parmQuery Gets or sets the Query parameter.
Dn649504.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the InventItemPriceCompareContract class.
Dn649504.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.)
Dn649504.pubmethod(en-us,AX.60).gif validate Determines whether the parameters are valid.
Dn649504.protmethod(en-us,AX.60).gif validateCompareDate Validates if compare date is specified.
Dn649504.protmethod(en-us,AX.60).gif validateCompareToDate Validates if compare to date is specified.
Dn649504.protmethod(en-us,AX.60).gif validateCompareToVersionId Validates if compare to version is specified.
Dn649504.protmethod(en-us,AX.60).gif validateCompareVersionId Validates if compare version is specified.
Dn649504.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn649504.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  InventItemPriceCompareContract Class