Configurator Methods

The Configurator type exposes the following members.

  NameDescription
Public method AddXppEventHandler
Public method AssignAttributeValueById Assigns a value to an attribute.
Public method AssignAttributeValueByXPath Assigns a value to an attribute.
Public method Static member CheckModel
Public method Static member CheckModelFocused
Public method Static member Create Overloaded.
Public method Static member 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.
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAttributeFeasibilityByIdAsync Retrieves the feasibility state for all domain values for the attribute async.
Public method GetAttributeFeasibilityByXPathAsync Retrieves the feasibility state for all domain values for the attribute async.
Public method GetAttributeValueById Retrieves an attribute value from an instance Id.
Public method GetAttributeValueByXPath Retrieves an attribute value from an XPath.
Public method GetAttributeValueFeasibility Retrieves the tentative feasibility state for a domain value for an attribute.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsConfigurationCompleteAsync Gets a value indicating if the configuration session is complete i.g. that all mandatory attributes has an feasible value, async.
Public method IsConfigurationCompleteSync Gets a value indicating if the configuration session is complete i.g. that all mandatory attributes has an feasible value, sync.
Public method LoadAttributeValues
Protected method MemberwiseClone (Inherited from Object.)
Public method Propagate Propagates the model starting with focus on the assigned attributes.
Public method PropagateAttribute Propagates with focus on the attributes in the component which contains the attribute identified by the given attribute instance Id.
Public method PropagateComponent Propagates with focus on the attributes in a component identified by the given component instance Id.
Public method RemoveXppEventHandler
Public method SetEventBatchInterval Sets the time between aggregated events in milliseconds.
Public method StartSession Starts the configuration session.
Public method ToString (Inherited from Object.)
Public method Validate
Public method WaitForIdleStateSync Waits for the configurator to enter idle state sync.
Top

Community Additions

ADD
Show: