Class BlockBinding
Base class for block level data binding.
Implements
System.Collections.Generic.IReadOnlyList<BlockBinding>
System.Collections.Generic.IReadOnlyCollection<BlockBinding>
System.Collections.Generic.IEnumerable<BlockBinding>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class BlockBinding : Binding, IConcatList<BlockBinding>, IReadOnlyList<BlockBinding>, IReadOnlyCollection<BlockBinding>, IEnumerable<BlockBinding>, IEnumerable
Properties
Name | Description |
---|---|
Item[Int32] | Gets the target UI element at specified block ordinal. |
Parent | Gets the parent block binding. |
ParentBinding |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<BlockBinding>.GetEnumerator() | |
IReadOnlyCollection<BlockBinding>.Count | |
IReadOnlyList<BlockBinding>.Item[Int32] | |
IEnumerable.GetEnumerator() |