Show / Hide Table of Contents

Class Input<TBinding, TTarget>

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

Inheritance
System.Object
Input<TBinding, TTarget>
Input<T, TBinding, TTarget>
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<TBinding, TTarget>

    where TBinding : TwoWayBinding
Type Parameters
Name Description
TBinding

Type of two way binding.

TTarget

Type of input target.

Properties

Name Description
Binding

Gets the binding.

Index

Gets the index of this input.

Target

Gets the input target.

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