C# 클래스 GSoft.Dynamite.Binding.EntityBindingDetail

Details for an entity binding.
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

공개 메소드들

메소드 설명
EntityBindingDetail ( PropertyInfo entityProperty, string valueKey, IConverter converter, BindingType bindingType ) : System.Reflection

Initializes a new instance of the EntityBindingDetail class.

메소드 상세

EntityBindingDetail() 공개 메소드

Initializes a new instance of the EntityBindingDetail class.
public EntityBindingDetail ( PropertyInfo entityProperty, string valueKey, IConverter converter, BindingType bindingType ) : System.Reflection
entityProperty System.Reflection.PropertyInfo The entity property.
valueKey string The value key.
converter IConverter The converter.
bindingType BindingType Type of the binding.
리턴 System.Reflection