C# 클래스 FubuFastPack.Extensibility.ExtensionPropertyBinder

상속: IPropertyBinder
파일 보기 프로젝트 열기: DarthFubuMVC/FubuFastPack

공개 메소드들

메소드 설명
Bind ( PropertyInfo property, IBindingContext context ) : void
Matches ( PropertyInfo property ) : bool

메소드 상세

Bind() 공개 메소드

public Bind ( PropertyInfo property, IBindingContext context ) : void
property System.Reflection.PropertyInfo
context IBindingContext
리턴 void

Matches() 공개 메소드

public Matches ( PropertyInfo property ) : bool
property System.Reflection.PropertyInfo
리턴 bool