Click or drag to resize

VisualNodeWorkerStateToText class

ValueConverter, converts a nullable bool into colours: zero: yellow, true: green, false: red.
Inheritance hierarchy
SystemObject
  Vishnu.WPF_UI.ValueConverterVisualNodeWorkerStateToText

Namespace: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class VisualNodeWorkerStateToText : IValueConverter

The VisualNodeWorkerStateToText Type exposes the following members.

Constructors
 NameDescription of the
Public MethodVisualNodeWorkerStateToTextinitializes a new instance of the VisualNodeWorkerStateToText class
Back to the top
Methods
 NameDescription of the
Public MethodConvert Converts a VisualNodeWorkerState into text: none: " ", Valid: "W", Invalid: "X".
Public MethodConvertBack Converts the colours yellow, green, red (SolidColorBrush) in null, true, false.
Back to the top
Remarks
File: NullableBoolToBrush.cs Author: Erik Nagel 05.01.2013 Erik Nagel: created
See also