FsXaml


ConverterBase

Namespace: FsXaml

Base class for standard WPF style converters, mapped to curried forms for the convert and convert back methods

Constructors

ConstructorDescription
new(convertFunction)
Signature: (convertFunction:(obj -> Type -> obj -> CultureInfo -> obj)) -> ConverterBase

constructor take nullFunction as inputs

CompiledName: .ctor

new(...)
Signature: (convertFunction:(obj -> Type -> obj -> CultureInfo -> obj) * convertBackFunction:(obj -> Type -> obj -> CultureInfo -> obj)) -> ConverterBase

CompiledName: .ctor

Instance members

Instance memberDescription
Convert()
Signature: unit -> obj -> Type -> obj -> CultureInfo -> obj

CompiledName: set_Convert

Convert()
Signature: unit -> unit

CompiledName: get_Convert

ConvertBack()
Signature: unit -> obj -> Type -> obj -> CultureInfo -> obj

CompiledName: set_ConvertBack

ConvertBack()
Signature: unit -> unit

CompiledName: get_ConvertBack

Static members

Static memberDescription
NotImplementedConverter
Signature: obj -> Type -> obj -> CultureInfo -> obj

CompiledName: get_NotImplementedConverter

Fork me on GitHub