ConditionEditorController Class

 

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

Namespace:   Microsoft.SqlServer.Management.ConditionEditorUI
Assembly:  Microsoft.SqlServer.Management.ConditionEditorUI (in Microsoft.SqlServer.Management.ConditionEditorUI.dll)

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.SqlServer.Management.ConditionEditorUI::ConditionEditorController

public ref class ConditionEditorController : Component

NameDescription
System_CAPS_pubmethodConditionEditorController(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. 

NameDescription
System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyConditionObject

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

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_pubpropertySite

(Inherited from Component.)

System_CAPS_pubpropertyView

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

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

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

Releases all resources used by the ConditionEditorController class.(Overrides Component::Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodGenerateConditionObject()

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodLoadConstraintList(Condition^)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventConditionChanged

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

System_CAPS_pubeventDisposed

(Inherited from Component.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: