C# Class Sharpen.Html.Bindings.VisibilityBinder

Binds the visibility of an element to an expression.
Inheritance: PropertyBinder
Afficher le fichier Open project: nikhilk/sharpen

Méthodes publiques

Méthode Description
VisibilityBinder ( Element target, string property, Expression expression ) : System

Méthodes protégées

Méthode Description
UpdateTarget ( object target, string propertyName, object value ) : void

Method Details

UpdateTarget() protected méthode

protected UpdateTarget ( object target, string propertyName, object value ) : void
target object
propertyName string
value object
Résultat void

VisibilityBinder() public méthode

public VisibilityBinder ( Element target, string property, Expression expression ) : System
target System.Html.Element
property string
expression Expression
Résultat System