CostSheetModeStrategy Class [AX 2012]
The CostSheetModeStrategy class encapsulates common properties and logic of multiple costing sheet modes.
| Method | Description | |
|---|---|---|
| allowedNodeIdRangeValue | Generates the range of node IDs that must be loaded to the costing sheet before it is calculated. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canModifyCostSheet | Determines whether the costing sheet is allowed to be modified in the current mode. |
| createCostSheet | Creates a new instance of a costing sheet for the specified costing sheet identifier. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillAllowedNodeIdSet | Builds a set of costing sheet nodes that are relevant in the current context. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getType | Indicates the current costing sheet mode type. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| mustDisplayUnMappedUnCoveredCostGroups | Determines whether the cost groups that are not presented in the costing sheet or covered by default cost groups must be added to the costing sheet structure in the current mode. |
| mustFindUnMappedCostGroups | Indicates whether the unmapped cost groups must be found in the current mode. |
| mustLoadCalculationBasisAndFactors | Determines whether the indirect cost basis and factors must be loaded in the current mode. |
| mustLoadCostGroupSubnodes | Determines whether the subnodes of the cost group nodes must be loaded in the current mode. |
| mustLoadSubnodes | Indicates whether the subnodes of the costing sheet nodes must be loaded in the current mode. |
| new | Initializes a new instance of the CostSheetModeStrategy class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the CostSheetModeStrategy class. |
| parmAllowedNodeIdSet | Gets or sets the AllowedNodeIdSet parameter. |
| parmCostType | Gets or sets the CostPriceType enumeration value that represents the branch of the costing sheet that should be loaded by the strategy. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the CostSheetModeStrategy class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::create | Initializes a new instance of the costing sheet mode class. |
Community Additions
ADD
Show: