ConditionEditorController Class

Definition

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Defines methods and properties to configure the condition.

public ref class ConditionEditorController : System::ComponentModel::Component
public class ConditionEditorController : System.ComponentModel.Component
type ConditionEditorController = class
    inherit Component
Public Class ConditionEditorController
Inherits Component
Inheritance
ConditionEditorController

Constructors

ConditionEditorController(IContainer, String, ConditionEditorStrings)

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Initializes a new instance of the ConditionEditorController class with the specified container, facet name, and UI labels.

Properties

ConditionObject

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets the Condition object managed by the controller.

View

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets the control view for this controller.

Methods

Dispose(Boolean)

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Releases all resources used by the ConditionEditorController class.

GenerateConditionObject()

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Generates a new Condition object from the constraint list data.

LoadConstraintList(Condition)

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Loads the constraint list from the specified Condition object.

Events

ConditionChanged

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Event handler for the event when the condition is added or modified.

Applies to