Class BlockBindingBase<T>
Base class for strongly type block binding.
Inheritance
System.Object
BlockBindingBase<T>
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.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class BlockBindingBase<T> : BlockBinding, IConcatList<BlockBinding>, IReadOnlyList<BlockBinding>, IReadOnlyCollection<BlockBinding>, IEnumerable<BlockBinding>, IEnumerable where T : UIElement, new()
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Item[Int32] | Gets the view element at specified block ordinal. |
SettingUpElement | Gets the view element that is setting up. |
ViewType |