InventAgingContract Class [AX 2012]

The InventAgingContract class is the data contract for the InventAging SSRS report.

Syntax

class InventAgingContract implements SysOperationValidatable, SysOperationInitializable

Run On

Called

Methods

  Method Description
Dn662453.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif getPeriodFour Gets the date for period four.
Dn662453.pubmethod(en-us,AX.60).gif getPeriodOne Gets the date for period one.
Dn662453.pubmethod(en-us,AX.60).gif getPeriodThree Gets the date for period three.
Dn662453.pubmethod(en-us,AX.60).gif getPeriodTwo Gets the date for period two.
Dn662453.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif initialize Initializes the data contract class with default values.
Dn662453.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn662453.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.)
Dn662453.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.)
Dn662453.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the InventAgingContract class.
Dn662453.pubmethod(en-us,AX.60).gif parmAgingPeriodUnit Gets or sets the AgingPeriodUnit parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmAsOnDate Gets or sets the AsOnDate parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDateFour Gets or sets the IntervalDateFour parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDateOne Gets or sets the IntervalDateOne parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDatePeriodFour Gets or sets the IntervalDatePeriodFour parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDatePeriodOne Gets or sets the IntervalDatePeriodOne parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDatePeriodThree Gets or sets the IntervalDatePeriodThree parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDatePeriodTwo Gets or sets the IntervalDatePeriodTwo parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDateThree Gets or sets the IntervalDateThree parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDateTwo Gets or sets the IntervalDateTwo parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDaysFour Gets or sets the IntervalDaysFour parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDaysOne Gets or sets the IntervalDaysOne parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDaysThree Gets or sets the IntervalDaysThree parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmIntervalDaysTwo Gets or sets the IntervalDaysTwo parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmQuery Gets or sets the Query parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewConfigId Gets or sets the ViewConfigId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventBatchId Gets or sets the ViewInventBatchId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventColorId Gets or sets the ViewInventColorId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventGTDId_RU Gets or sets the ViewInventGTDId_RU parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventLocationId Gets or sets the ViewInventLocationId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventOwnerId_RU Gets or sets the ViewInventOwnerId_RU parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventProfileId_RU Gets or sets the ViewInventProfileId_RU parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventSerialId Gets or sets the ViewInventSerialId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventSiteId Gets or sets the ViewInventSiteId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventSizeId Gets or sets the ViewInventSizeId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventStatusId Gets or sets the ViewInventStatusId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewInventStyleId Gets or sets the ViewInventStyleId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewItem Gets or sets the ViewItem parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewItemGroup Gets or sets the ViewItemGroup parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewLicensePlateId Gets or sets the ViewLicensePlateId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewWMSLocationId Gets or sets the ViewWMSLocationId parameter.
Dn662453.pubmethod(en-us,AX.60).gif parmViewWMSPalletId Gets or sets the ViewWMSPalletId parameter.
Dn662453.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the InventAgingContract class.
Dn662453.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.)
Dn662453.pubmethod(en-us,AX.60).gif validate Determines whether the parameters are valid.
Dn662453.privmethod(en-us,AX.60).gif validateDatePeriods Determines whether the date period parameters are valid.
Dn662453.privmethod(en-us,AX.60).gif validateDates Determines whether the date parameters are valid.
Dn662453.privmethod(en-us,AX.60).gif validateDays Determines whether the days parameters are valid.
Dn662453.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn662453.pubmethod(en-us,AX.60).gif Dn662453.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventAgingContract class.
Dn662453.pubmethod(en-us,AX.60).gif Dn662453.static(en-us,AX.60).gif ::create Creates a new instance of an InventAgingContract class.

Top

Inheritance Hierarchy

Object Class
  InventAgingContract Class