Class Input<T, TBinding, TTarget>
Represents the strongly typed handler of two way data binding flushing from view to presenter.
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 Input<T, TBinding, TTarget> : Input<TBinding, TTarget> where T : UIElement, new()
where TBinding : TwoWayBinding
Type Parameters
| Name | Description |
|---|---|
| T | Type of view element. |
| TBinding | Type of two way binding. |
| TTarget | Type of input target. |
Properties
| Name | Description |
|---|---|
| IsFlushing | Gets a value indicates whether flushing operation is being performed. |
Methods
| Name | Description |
|---|---|
| GetFlushingError(UIElement) | Gets the flushing error for specified view element. |