Class RowCompositeBinding<T>
Represents row level composite data binding.
Implements
System.Collections.Generic.IReadOnlyList<RowBinding>
System.Collections.Generic.IReadOnlyCollection<RowBinding>
System.Collections.Generic.IEnumerable<RowBinding>
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 sealed class RowCompositeBinding<T> : RowBindingBase<T>, IConcatList<RowBinding>, IReadOnlyList<RowBinding>, IReadOnlyCollection<RowBinding>, IEnumerable<RowBinding>, IEnumerable where T : UIElement, new()
Type Parameters
| Name | Description |
|---|---|
| T | The type of view element. |
Constructors
| Name | Description |
|---|---|
| RowCompositeBinding() | Initializes a new instance of RowCompositeBinding<T> class. |
| RowCompositeBinding(Action<T, RowPresenter>) | Initializes a new instance of RowCompositeBinding<T> class. |
Properties
| Name | Description |
|---|---|
| ChildBindings | |
| IsRefreshing | |
| RowInput |
Methods
| Name | Description |
|---|---|
| AddChild<TChild>(RowBindingBase<TChild>, Func<T, TChild>) | Adds child binding. |