Configurator Methods
The Configurator type exposes the following members.
| Name | Description | |
|---|---|---|
| AddXppEventHandler | |
| AssignAttributeValueById | Assigns a value to an attribute. |
| AssignAttributeValueByXPath | Assigns a value to an attribute. |
| CheckModel | |
| CheckModelFocused | |
| Create | Overloaded. |
| CreateFromXmlWithoutDomainNarrowing | Creates a Configurator instance based on the passed in XML string and initiates domain narrowing. If the XML is not valid according to our XML schema an exception will be thrown. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetAttributeFeasibilityByIdAsync | Retrieves the feasibility state for all domain values for the attribute async. |
| GetAttributeFeasibilityByXPathAsync | Retrieves the feasibility state for all domain values for the attribute async. |
| GetAttributeValueById | Retrieves an attribute value from an instance Id. |
| GetAttributeValueByXPath | Retrieves an attribute value from an XPath. |
| GetAttributeValueFeasibility | Retrieves the tentative feasibility state for a domain value for an attribute. |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| IsConfigurationCompleteAsync | Gets a value indicating if the configuration session is complete i.g. that all mandatory attributes has an feasible value, async. |
| IsConfigurationCompleteSync | Gets a value indicating if the configuration session is complete i.g. that all mandatory attributes has an feasible value, sync. |
| LoadAttributeValues | |
| MemberwiseClone | (Inherited from Object.) |
| Propagate | Propagates the model starting with focus on the assigned attributes. |
| PropagateAttribute | Propagates with focus on the attributes in the component which contains the attribute identified by the given attribute instance Id. |
| PropagateComponent | Propagates with focus on the attributes in a component identified by the given component instance Id. |
| RemoveXppEventHandler | |
| SetEventBatchInterval | Sets the time between aggregated events in milliseconds. |
| StartSession | Starts the configuration session. |
| ToString | (Inherited from Object.) |
| Validate | |
| WaitForIdleStateSync | Waits for the configurator to enter idle state sync. |
Community Additions
ADD
Show: