public sealed class InstancedBindingPublic NotInheritable Class InstancedBinding[<SealedAttribute>]
type InstancedBinding = class end| Mode | Gets the binding mode with which the binding was initiated. |
| Priority | Gets the binding priority. |
| Source | Gets the binding source observable. |
| 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(IObservableObject, BindingPriority) | Creates a new one-time binding. |
| OneTime(Object, BindingPriority) | Creates a new one-time binding with a fixed value. |
| OneWay(IObservableObject, BindingPriority) | Creates a new one-way binding. |
| OneWayToSource(IObserverObject, BindingPriority) | Creates a new one-way to source binding. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TwoWay(IObservableObject, IObserverObject, BindingPriority) | Creates a new two-way binding. |
| WithPriority(BindingPriority) | Creates a copy of the InstancedBinding with a different priority. |