Share via


AssetDepBookTableDepConv_None Class [AX 2012]

The AssetDepBookTableDepConv_None class is used primarily to calculate the asset depreciation amounts for fixed assets that use a depreciation convention of None.

Syntax

class AssetDepBookTableDepConv_None extends AssetDepBookTableDepConv

Run On

Called

Methods

  Method Description
Dn512958.protmethod(en-us,AX.60).gif adjustLastDepreciationDate Adjusts the projected depreciation date, based on a given depreciation convention. (Overrides the adjustLastDepreciationDate Method.)
Dn512958.protmethod(en-us,AX.60).gif adjustLastDepreciationDatePartialPeriod Adjusts the projected depreciation date, based on the specified depreciation convention for a depreciation book that has a partial period. (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif adjustLifeTimeRest Rounds the Life Time Remaining value. (Overrides the adjustLifeTimeRest Method.)
Dn512958.pubmethod(en-us,AX.60).gif calc_RB Calculates the “reducing balance” type period depreciation amount for the asset's current transaction. (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif calc_ReducingBalance (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif calc_SL Calculates the “straight line” type period depreciation amount for the asset's current transaction. (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif calc_SLP_IN Calculates the “Straight line percentage” type period depreciation amount for the asset's current transaction. (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif calc_StraightLine (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif calc_StraightLinePercentage_IN Is the base calculation for the “reducing balance” depreciation methods. (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif calcCurrencyAmount (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif calcDisposalNumberDepreciationPeriods Calculates the number of depreciation periods that are used in the final year of the disposal. (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif calcRestPeriod Calculates the adjustment to the asset's remaining life. (Overrides the calcRestPeriod Method.)
Dn512958.protmethod(en-us,AX.60).gif calcStartDate (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif calculateDisposalDepreciationAdjRatio Calculates the portion of the depreciation that is allowed for a given period, based on the date of the disposal. (Overrides the calculateDisposalDepreciationAdjRatio Method.)
Dn512958.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn512958.protmethod(en-us,AX.60).gif checkIsFirstYear (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif checkIsLastYear (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif depreciationPercentage_SL (Inherited from AssetDepBookTableDepConv.)
Dn512958.privmethod(en-us,AX.60).gif determineNumberOfPeriods
Dn512958.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn512958.pubmethod(en-us,AX.60).gif getDateOfLastDepreciation Indicates whether the date of the last depreciation for a given depreciation book. (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif getNumberOfPeriodsInYear Calculates the total number of depreciation periods that are used in a given year of the disposal. (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn512958.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn512958.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn512958.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.)
Dn512958.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.)
Dn512958.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn512958.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn512958.pubmethod(en-us,AX.60).gif parmIsOtherAdjustments Gets or sets the IsOtherAdjustments parameter. (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif parmIsPartialMonthCalculation Gets or sets the IsPartialMonthCalculation parameter. (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif parmIsProratedDaysCalculation Gets or sets the IsProratedDaysCalculation parameter. (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif parmLastDepreciationDate Gets or sets the LastDepreciationDate parameter. (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif setAssetPeriodDate (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif setLastDepreciationDate_HalfYear Sets the depreciation period for the half-year convention rule for the first and last period. (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif setNumberOfPeriodsInInterval (Inherited from AssetDepBookTableDepConv.)
Dn512958.protmethod(en-us,AX.60).gif setNumberOfPeriodsLeftInYear (Inherited from AssetDepBookTableDepConv.)
Dn512958.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn512958.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn512958.protmethod(en-us,AX.60).gif updateDisposalFirstLastYear Updates class variables to indicate whether the current depreciation is performed in the first or last year of depreciation. (Inherited from AssetDepBookTableDepConv.)
Dn512958.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.)
Dn512958.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn512958.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

For this purpose, this class type must always be used in conjunction with the AssetTableMethod_SL and AssetTableMethod_RB asset depreciation amount calculation classes.

Inheritance Hierarchy

Object Class
  AssetDepBookTableDepConv Class
    AssetDepBookTableDepConv_None Class