PCRuntimeUIConfigurator Class [AX 2012]
The PCRuntimeUIConfgurator class is a specialization of the runtime configurator which is bound to a UI.
| Method | Description | |
|---|---|---|
| assignAttributeValue | Assigns an attribute a value. (Inherited from PCRuntimeConfigurator.) |
| attributeFeasibilityEventHandler | Handles attribute feasibility events invoked by the configurator. (Inherited from PCRuntimeConfigurator.) |
| attributeModifierChanged | Executes when an attribute modifier changes value. (Overrides the attributeModifierChanged Method.) |
| attributeModifierChangedEventHandler | Handles attribute modifier changed events. (Inherited from PCRuntimeConfigurator.) |
| calculatedValue | Calculated value. (Overrides the calculatedValue Method.) |
| calculationSummaryEventHandler | Handles calculation summary events invoked by the configurator. (Inherited from PCRuntimeConfigurator.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearPriceAndShipDate | Clears the price and ship date values in the configuration form. |
| clearUI | Clears the input controls in the UI. |
| componentModifierChanged | Executes when a component modifier changes value. (Overrides the componentModifierChanged Method.) |
| componentModifierChangedEventHandler | Handles component modifier changed events. (Inherited from PCRuntimeConfigurator.) |
| contradiction | Executes when a configurator is in contradiction. (Overrides the contradiction Method.) |
| contradictionEventHandler | Handles contradiction events invoked by the configurator. (Inherited from PCRuntimeConfigurator.) |
| createWaitDialog | Creates a wait dialog box. (Overrides the createWaitDialog Method.) |
| defaultedValue | Defaulted value. (Overrides the defaultedValue Method.) |
| dispose | Disposes the configurator. (Inherited from PCRuntimeConfigurator.) |
| disposeConfigurator | Disposes the internal configurator instance. (Inherited from PCRuntimeConfigurator.) |
| disposeWaitDialog | Disposes a wait dialog box. (Overrides the disposeWaitDialog Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsCalculationSummaryEvent | This method is used to check if the .NET configurator class has a given event implemented. (Inherited from PCRuntimeConfigurator.) |
| existsEvent | This method is used to check if the .NET configurator class has a given event implemented. (Inherited from PCRuntimeConfigurator.) |
| existsValueChangedEvent | This method is used to check if the .NET configurator class has a given event implemented. (Inherited from PCRuntimeConfigurator.) |
| finishedHandlingBatchedEvent | Finishes handling batched events. (Overrides the finishedHandlingBatchedEvent Method.) |
| generatePriceModel | Generates a runtime price model is applicable. (Inherited from PCRuntimeConfigurator.) |
| getAllAssignedValues | Gets all the assigned values, this includes assignments made by the user in addition to inferred assignments. (Inherited from PCRuntimeConfigurator.) |
| getAttributeFeasibilityAsync | Retrieves the feasibility of attribute values asynchronously. (Inherited from PCRuntimeConfigurator.) |
| getAttributeValueFeasibility | Retrieves the attribute value feasibility for a currently running attribute feasibility task. (Inherited from PCRuntimeConfigurator.) |
| getRuntimeModel | Gets an instance of the runtime model. (Inherited from PCRuntimeConfigurator.) |
| getSolverStrategy | Retrieves the .Net solver strategy. (Inherited from PCRuntimeConfigurator.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUserAssignedValues | Gets the user assigned values. (Inherited from PCRuntimeConfigurator.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasSetSolverStrategy | This method is used to check if the .NET configurator class has the SetSolverStrategy method implemented. (Inherited from PCRuntimeConfigurator.) |
| hasValueChangedEvent | This method is used to check if the .NET configurator class has the ValueChanged event implemented. (Inherited from PCRuntimeConfigurator.) |
| inferredAttributeValue | Executes when an attribute value has been inferred. (Overrides the inferredAttributeValue Method.) |
| isConfigurationCompleteAsync | Indicates whether the configuration is complete async. (Inherited from PCRuntimeConfigurator.) |
| isConfigurationCompleted | Performs an action that is based on the result of a configuration completed event. (Overrides the isConfigurationCompleted Method.) |
| isConfigurationCompletedEventHandler | Handles the is configuration completed event. (Inherited from PCRuntimeConfigurator.) |
| isConfigurationCompleteSync | Indicates whether the configuration is complete sync. (Inherited from PCRuntimeConfigurator.) |
| loadAttributeValues | Loads user assignments and default values for attributes. (Inherited from PCRuntimeConfigurator.) |
| loadModel | Loads the XML model into the managed configurator. (Inherited from PCRuntimeConfigurator.) |
| new | Initializes a new instance of the PCRuntimeUIConfigurator class. (Overrides the new Method.) |
| 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.) |
| parmConfigurationUI | Gets or sets the ConfigurationUI parameter. |
| parmContradiction | Gets or sets the Contradiction parameter. (Inherited from PCRuntimeConfigurator.) |
| parmRuntimeModel | Gets or sets the RuntimeModel parameter. (Inherited from PCRuntimeConfigurator.) |
| parmRuntimePriceBreakdown | Gets or sets the RuntimePriceBreakdown parameter. (Inherited from PCRuntimeConfigurator.) |
| parmRuntimePriceModelInstance | Gets or sets the RuntimePriceModelInstance parameter. (Inherited from PCRuntimeConfigurator.) |
| parmRuntimeXmlParser | Gets or sets the RuntimeXmlParser parameter. (Inherited from PCRuntimeConfigurator.) |
| parmSolverStrategy | Gets or sets the SolverStrategy parameter. (Inherited from PCRuntimeConfigurator.) |
| parmUIMapper | Gets or sets the UIMapper parameter. |
| parseXmlModel | Parses the runtime XML into a runtime data structure. (Inherited from PCRuntimeConfigurator.) |
| processIsConfigurationCompleteResult | Processes the result of the is-configuration-complete operation. |
| propagate | Propagates the model starting with focus on the assigned attributes. (Inherited from PCRuntimeConfigurator.) |
| propagateAttribute | Propagates with focus on the attributes in the component which contains the attribute identified by the given attribute instance ID. (Inherited from PCRuntimeConfigurator.) |
| propagateComponent | Propagates with focus on the attributes in a component identified by the given component instance ID. (Inherited from PCRuntimeConfigurator.) |
| removeAttributeFeasibilityHandler | Removes a feasibility handler from being invoked when events are received for it. (Inherited from PCRuntimeConfigurator.) |
| savePriceBreakdown | Saves a runtime price breakdown. (Inherited from PCRuntimeConfigurator.) |
| setAttributeValueInUI | Sets an attribute value in the UI. |
| setConfiguratorParameters | Sets parameters for the configurator. (Inherited from PCRuntimeConfigurator.) |
| setPrice | Sets the price value in the configuration form. (Overrides the setPrice Method.) |
| setSolverStrategy | Sets the solver strategy is applicable. (Inherited from PCRuntimeConfigurator.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showPriceBreakdown | Generates a runtime price breakdown. (Inherited from PCRuntimeConfigurator.) |
| startHandlingBatchedEvent | Starts handling batched events. (Overrides the startHandlingBatchedEvent Method.) |
| subscribeToEvents | Subscribes to the events fired by the configurator (Inherited from PCRuntimeConfigurator.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unhandledTaskExceptionEventHandler | Handles an unhandled task exception event. (Inherited from PCRuntimeConfigurator.) |
| unSubscribeToEvents | Unsubscribes to the events fired by the configurator (Inherited from PCRuntimeConfigurator.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| userSelectedValue | Executes when the user assigns a value. (Overrides the userSelectedValue Method.) |
| userSelectedValueEventHandler | Handles the user selected value to an attribute events. (Inherited from PCRuntimeConfigurator.) |
| valueChangedEventHandler | Handles value changed events invoked by the configurator. (Inherited from PCRuntimeConfigurator.) |
| valueInferredEventHandler | Handles value inferred events invoked by the configurator. (Inherited from PCRuntimeConfigurator.) |
| wait | Pauses a process. (Inherited from Object.) |
| waitForIdleStateSync | A synchronized method to wait to the configurator to become idle. (Inherited from PCRuntimeConfigurator.) |
| waitForIsComplete | Waits for a result from the configurator. (Overrides the waitForIsComplete Method.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the PCRuntimeUIConfigurator class. |
Community Additions
ADD
Show: