Show / Hide Table of Contents

Class Input<T, TBinding, TTarget>

Represents the strongly typed handler of two way data binding flushing from view to presenter.

Inheritance
System.Object
Input<TBinding, TTarget>
Input<T, TBinding, TTarget>
RowInput<T>
ScalarInput<T>
Inherited Members
Input<TBinding, TTarget>.Binding
Input<TBinding, TTarget>.Target
Input<TBinding, TTarget>.Index
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest