public class IndexerDescriptor : IObservable<Object>,
IDescriptionPublic Class IndexerDescriptor
Implements IObservable(Of Object), IDescriptiontype IndexerDescriptor =
class
interface IObservable<Object>
interface IDescription
end| Description | Gets a description of the binding. |
| Mode | Gets or sets the binding mode. |
| Priority | Gets or sets the binding priority. |
| Property | Gets or sets the source property. |
| Source | Gets or sets the source object. |
| SourceObservable | Gets or sets the source observable. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Subscribe(IObserverObject) | Notifies the provider that an observer is to receive notifications. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WithMode(BindingMode) | Modifies the binding mode. |
| WithPriority(BindingPriority) | Modifies the binding priority. |
| LogicalNot(IndexerDescriptor) | Makes a two-way binding. |
| OnesComplement(IndexerDescriptor) | Makes a two-way binding. |
| StreamBindingObject | (Defined by StreamBindingExtensions) |
| ToBindingObject |
Converts an IObservableT to an IBinding.
(Defined by AvaloniaObjectExtensions) |