C# Class Sharpen.Html.Bindings.VisibilityBinder

Binds the visibility of an element to an expression.
Inheritance: PropertyBinder
ファイルを表示 Open project: nikhilk/sharpen

Public Methods

Method Description
VisibilityBinder ( Element target, string property, Expression expression ) : System

Protected Methods

Method Description
UpdateTarget ( object target, string propertyName, object value ) : void

Method Details

UpdateTarget() protected method

protected UpdateTarget ( object target, string propertyName, object value ) : void
target object
propertyName string
value object
return void

VisibilityBinder() public method

public VisibilityBinder ( Element target, string property, Expression expression ) : System
target System.Html.Element
property string
expression Expression
return System