IndexerDescriptor Class
Holds a description of a binding for AvaloniaObject's [] operator.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public class IndexerDescriptor : IObservable<Object>,
IDescription
Public Class IndexerDescriptor
Implements IObservable(Of Object), IDescription
type IndexerDescriptor =
class
interface IObservable<Object>
interface IDescription
end
| Inheritance | Object → IndexerDescriptor |
| Implements | IDescription, IObservable(Object) |
Constructors
| IndexerDescriptor() | Initializes a new instance of the IndexerDescriptor class |
Properties
| 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. |
Methods
| 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(IObserver(Object)) | 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. |
Operators
| LogicalNot(IndexerDescriptor) | Makes a two-way binding. |
| OnesComplement(IndexerDescriptor) | Makes a two-way binding. |
Extension Methods
| StreamBinding(Object)() | (Defined by StreamBindingExtensions) |
| ToBinding(Object)() | Converts an IObservable(T) to an IBinding. (Defined by AvaloniaObjectExtensions) |