PCAdaptorComponent Class [AX 2012]
The PCAdaptorComponent class is the adapter for the component concept.
| Method | Description | |
|---|---|---|
| accept | Accepts a PCAdaptorVisitor class and passes it on to its sub-elements. |
| acceptSubComponents | |
| addAttribute | Adds an attribute to the component. |
| addBOMLine | Adds a BOM line to the component. |
| addRouteOperation | Adds a route operation to the component. |
| addSubComponent | Adds a sub-component to the component. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createReuseConfiguration | Creates configuration reuse data. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAttribute | Gets an attribute given the name of the attribute. |
| getAttributeEnumerator | Gets an enumerator for the attributes. |
| getBOMLine | Gets a bill of material adapter instance given its name. |
| getBOMLineEnumerator | Gets an enumerator for the BOM lines. |
| getComponent | Gets a component record. |
| getComponentInstance | Gets a component instance. |
| getID | Gets the ID of the adapter component. |
| getLocalizedName | Gets the localized name of a component. |
| getName | Gets the name of a component. |
| getReusableInventDimId | Gets an inventory dimension for configuration reuse. |
| getReuseCode | Gets the configuration reuse code for the component. |
| getReuseValuesAsString | Gets the configuration reuse vales as a string for the component. |
| getRouteOperation | Gets a route operation given its name. |
| getRouteOperationEnumerator | Gets an enumerator for the route operations. |
| getSubComponent | Gets a sub-component given its solver name. |
| getSubComponentEnumerator | Gets an enumerator for the sub-components. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasBOMLines | Checks whether the components have any BOM lines. |
| hasRouteOperations | Checks whether the components have any route operations. |
| isReuseEnabled | Gets a Boolean value that indicates whether the component has been enabled for configuration reuse. |
| new | Initializes a new instance of the PCAdaptorComponent 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.) |
| parmConfigurationReuseCodeBuilder | Gets or sets the ConfigurationReuseCodeBuilder parameter. |
| parmConfigurationReuseManager | Gets or sets the ConfigurationReuseManager parameter. |
| parmCreateNewReuseEntry | Gets or sets the CreateNewReuseEntry parameter. |
| parmIsConfigurationReusable | Gets or sets the IsConfigurationReusable parameter. |
| reuseConfigurationExists | Checks whether a reuse configuration exists for the component. |
| setComponent | |
| setComponentInstance | |
| 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.) |
| 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 |
Community Additions
ADD
Show: