Show / Hide Table of Contents

Class ScalarBindingBehavior<T>

Base class of behavior to dynamically affect the look-and-feel of scalar binding target UI element.

Inheritance
System.Object
ScalarBindingBehavior<T>
Implements
IScalarBindingBehavior<T>
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 abstract class ScalarBindingBehavior<T> : IScalarBindingBehavior<T> where T : UIElement, new()
Type Parameters
Name Description
T

Type of target UI element.

Methods

Name Description
Cleanup(T, ScalarPresenter)

Cleanup the scalar binding.

Refresh(T, ScalarPresenter)

Refresh the scalar binding.

Setup(T, ScalarPresenter)

Setup the scalar binding.

Explicit Interface Implementations

Name Description
IScalarBindingBehavior<T>.Cleanup(T, ScalarPresenter)
IScalarBindingBehavior<T>.Refresh(T, ScalarPresenter)
IScalarBindingBehavior<T>.Setup(T, ScalarPresenter)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest