C# 클래스 FubuCore.Binding.CollectionPropertyBinder

상속: IPropertyBinder
파일 보기 프로젝트 열기: jmarnold/fubumvc-testrunner 1 사용 예제들

공개 메소드들

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

메소드 상세

Bind() 공개 메소드

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

CollectionPropertyBinder() 공개 메소드

public CollectionPropertyBinder ( ICollectionTypeProvider collectionTypeProvider ) : System
collectionTypeProvider ICollectionTypeProvider
리턴 System

Matches() 공개 메소드

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