InstancedBinding Methods
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
OneTime(IObservable(Object), BindingPriority) | Creates a new one-time binding. |
OneTime(Object, BindingPriority) | Creates a new one-time binding with a fixed value. |
OneWay(IObservable(Object), BindingPriority) | Creates a new one-way binding. |
OneWayToSource(IObserver(Object), BindingPriority) | Creates a new one-way to source binding. |
ToString() | Returns a string that represents the current object. (Inherited from Object) |
TwoWay(IObservable(Object), IObserver(Object), BindingPriority) | Creates a new two-way binding. |
WithPriority(BindingPriority) | Creates a copy of the InstancedBinding with a different priority. |