Click or drag to resize
Kjs.AppLife.Update.Wpf.Converters Namespace

[Missing <summary> documentation for "N:Kjs.AppLife.Update.Wpf.Converters"]

Classes
  ClassDescription
Public classDateTimeToDateStringConverter
Represents a converter that converts a DateTime value to a String containing only the date.
Public classDisplayModeToImageVisibilityConverter
Represents a converter that converts a ControllerDisplayMode enumeration value to a Visibility enumeration value based on whether the ControllerDisplayMode value indicates that images should be displayed.
Public classDisplayModeToTextVisibilityConverter
Represents a converter that converts a ControllerDisplayMode enumeration value to a Visibility enumeration value based on whether the ControllerDisplayMode value indicates that text should be displayed.
Public classDisplayStateToMessageConverter
Represents a converter that converts state information into text to show on an update display control.
Public classEmptyStringToVisibilityConverter
Represents a converter that converts a String to a Visibility enumeration value, depending on whether the String is empty.
Public classExceptionToStringConverter
Represents a converter that converts an Exception to a text message that includes the exception's Message as well as the messages from any inner exceptions.
Public classFileSizeToStringConverter
Represents a converter that converts an Int64 value to a formatted String that represents the size of a file.
Public classInverseBooleanToVisibilityConverter
Represents a converter that converts a Boolean value to a Visibility enumeration value.
Public classMatchingUpdateStateToVisibilityConverter
Represents a converter that converts an UpdateState to a Visibility enumeration value based on the converter's parameter.
Public classNullToVisibilityConverter
Represents a converter that converts a value to a Visibility enumeration value depending on whether the value is .
Public classTimeSpanToEstimateStringConverter
Represents a converter that converts a TimeSpan value to a String representing an estimate of the TimeSpan's elapsed time.
Public classUpdateStateToActionButtonTextConverter
Represents a converter that converts state information into text to show on a button on an update display control.
Public classUpdateStateToLargeImageConverter
Represents a converter that converts state information into an image to show on an update display control.
Public classUpdateStateToLongTextConverter
Represents a converter that converts state information into text to show on an update details control.
Public classUpdateStateToSmallImageConverter
Represents a converter that converts state information into a stock small image to show on an update display control.