ConverterBase
Namespace: FsXaml
Base class for standard WPF style converters, mapped to curried forms for the convert and convert back methods
Constructors
Constructor | Description |
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 member | Description |
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 member | Description |
NotImplementedConverter
Signature: obj -> Type -> obj -> CultureInfo -> obj
|
CompiledName: get_NotImplementedConverter
|