Share via


BoolIndicatorConverter Class

 

Contains the default Boolean-to-Boolean conversion method.

Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Controls.WPF.BoolIndicatorConverter

Syntax

public class BoolIndicatorConverter : IIndicatorConverter
public ref class BoolIndicatorConverter : IIndicatorConverter
Public Class BoolIndicatorConverter
    Implements IIndicatorConverter

Constructors

Name Description
System_CAPS_pubmethod BoolIndicatorConverter()

Initializes a new instance of the BoolIndicatorConverter class.

Methods

Name Description
System_CAPS_pubmethod Convert(Object)

Converts a WPF indicator object into a Boolean value.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsServerSolutions.Controls.WPF Namespace

Return to top