Implementation
Namespace: Gjallarhorn.Bindable
Parent Module: Bind
Internal module used to manage the actual construction of binding sources
Functions and values
Function or value | Description |
getCreateBindingSourceFunction ()
Signature: unit -> BindingSource
|
Retrieves the platform specific creation function
|
getCreateObservableBindingSourceFunction (...)
Signature: unit -> ObservableBindingSource<'a>
Type parameters: 'a
|
Retrieves the platform specific creation function
|
installCreationFunction fBS fOBS
Signature: fBS:(unit -> obj) -> fOBS:(Type -> obj) -> unit
|
Installs a platform specific binding source creation functions
|