Share via


AssetDepBookTableDepConv Class [AX 2012]

Syntax

class AssetDepBookTableDepConv

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  AssetDepBookTableDepConv Class
    AssetDepBookTableDepConv_FullMonth Class
    AssetDepBookTableDepConv_HalfYear Class
    AssetDepBookTableDepConv_HalfYearNext Class
    AssetDepBookTableDepConv_HalfYearStart Class
    AssetDepBookTableDepConv_MidMonth_15th Class
    AssetDepBookTableDepConv_MidMonth_1st Class
    AssetDepBookTableDepConv_MidQuarter Class
    AssetDepBookTableDepConv_None Class