COSCostDimensionMask Class [AX 2012]
The COSCostDimensionMask class encapsulates operations with dimension masks.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clear | Clears the given dimension code from the mask. |
| complement | Calculates the mask that complements the current COSCostDimensionMask object. |
| doesMatch | Determines whether the specified dimension code is matched by the COSCostDimensionMask class. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| intersect | Calculates the intersection of this dimension mask with another dimension mask. |
| isEmpty | Determines whether the COSCostDimensionMask object contains an empty mask. |
| isFull | Determines whether the COSCostDimensionMask object contains a full mask. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmDimensionMask | Gets or sets the DimensionMask parameter. |
| set | Sets the specified dimension code in the mask. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toContainer | Converts the COSCostDimensionMask object into a container that contains the COSCostDimension enumeration values that are set in the mask. |
| toDimensionMask | Retrieves the underlying COSAllowCostDimensionArray data type for this COSCostDimensionMask object. |
| toSet | Converts the COSCostDimensionMask object into a set that contains the COSCostDimension enumeration values that are set in the mask. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| ::construct | Initializes a new instance of the COSCostDimensionMask class. |
| ::getDimensionEnumerator | |
| ::newFromContainer | Initializes a new instance of the COSCostDimensionMask class based on a container with the COSCostDimension enumeration values. |
| ::newFromCostDimensionValueArray | Initializes a new instance of the COSCostDimensionMask class based on a COSCostDimensionValueArray data type. |
| ::newFromDimensionMask | Initializes a new instance of the COSCostDimensionMask class based on a COSCostDimensionValueArray object. |
| ::newFull | Initializes a new instance of the COSCostDimensionMask class and sets all possible COSCostDimension enumeration values in the mask, except for the Undefined enumeration value. |
| ::numOfDimensions | Retrieves the number of elements in the COSCostDimensionValueArray object. |
Community Additions
ADD
Show: