C# 클래스 Sharpen.Html.Bindings.VisibilityBinder

Binds the visibility of an element to an expression.
상속: PropertyBinder
파일 보기 프로젝트 열기: nikhilk/sharpen

공개 메소드들

메소드 설명
VisibilityBinder ( Element target, string property, Expression expression ) : System

보호된 메소드들

메소드 설명
UpdateTarget ( object target, string propertyName, object value ) : void

메소드 상세

UpdateTarget() 보호된 메소드

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

VisibilityBinder() 공개 메소드

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