C# 클래스 Jayrock.Json.Conversion.CustomTypeDescriptor.TypePropertyDescriptor

A PropertyDescriptor implementation around PropertyInfo.
상속: TypeMemberDescriptor
파일 보기 프로젝트 열기: atifaziz/Jayrock

공개 메소드들

메소드 설명
TypePropertyDescriptor ( PropertyInfo property, string name ) : System

보호된 메소드들

메소드 설명
GetValueImpl ( object component ) : object
SetValueImpl ( object component, object value ) : void

메소드 상세

GetValueImpl() 보호된 메소드

protected GetValueImpl ( object component ) : object
component object
리턴 object

SetValueImpl() 보호된 메소드

protected SetValueImpl ( object component, object value ) : void
component object
value object
리턴 void

TypePropertyDescriptor() 공개 메소드

public TypePropertyDescriptor ( PropertyInfo property, string name ) : System
property System.Reflection.PropertyInfo
name string
리턴 System