Show / Hide Table of Contents

Class DefaultValueConverter

Implements default value converter for binding, base class for other converters

Inheritance
System.Object
DefaultValueConverter
ObjectSourceConverter
ObjectTargetConverter
SystemConvertConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Data
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class DefaultValueConverter

Constructors

DefaultValueConverter(Type, Type)

Initializes a new instance of the DefaultValueConverter class.

Declaration
protected DefaultValueConverter(Type source, Type target)
Parameters
Type Name Description
System.Type source

The source.

System.Type target

The target.

Fields

objectType

The object type

Declaration
protected static readonly Type objectType
Field Value
Type Description
System.Type

sourceType

The source type

Declaration
protected Type sourceType
Field Value
Type Description
System.Type

stringType

The string type

Declaration
protected static readonly Type stringType
Field Value
Type Description
System.Type

targetType

The target type

Declaration
protected Type targetType
Field Value
Type Description
System.Type
Back to top Generated by DocFX