Class ScalarBinding<T>
Represents strongly typed scalar data binding.
Implements
System.Collections.Generic.IReadOnlyList<ScalarBinding>
System.Collections.Generic.IReadOnlyCollection<ScalarBinding>
System.Collections.Generic.IEnumerable<ScalarBinding>
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 ScalarBinding<T> : ScalarBindingBase<T>, IConcatList<ScalarBinding>, IReadOnlyList<ScalarBinding>, IReadOnlyCollection<ScalarBinding>, IEnumerable<ScalarBinding>, IEnumerable where T : UIElement, new()
Type Parameters
Name | Description |
---|---|
T | The type of view element. |
Constructors
Name | Description |
---|---|
ScalarBinding(Action<T, ScalarPresenter>) | Initializes a new instance of ScalarBinding<T> class. |
ScalarBinding(Action<T, ScalarPresenter>, Action<T, ScalarPresenter>, Action<T, ScalarPresenter>) | Initializes a new instance of ScalarBinding<T> class. |
ScalarBinding(Action<T>) | Initializes a new instance of ScalarBinding<T> class. |
ScalarBinding(Action<T>, Action<T>, Action<T>) | Initializes a new instance of ScalarBinding<T> class. |
Properties
Name | Description |
---|---|
Behaviors | Gets the scalar binding behaviiors. |
ChildBindings | |
Input | Gets the input that handles flushing from view to presenter. |
IsRefreshing | |
Item[Int32] | Gets the view element at specified flow index. |
ScalarInput |