C# 클래스 XSpect.Yacq.Serialization.PropertyRef

상속: MemberRef
파일 보기 프로젝트 열기: takeshik/yacq 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( ) : PropertyInfo

Dereferences this property reference.

PropertyRef ( ) : System

Initializes a new instance of the PropertyRef class.

PropertyRef ( TypeRef type, String name ) : System

Initializes a new instance of the PropertyRef class.

Serialize ( PropertyInfo property ) : PropertyRef

Returns the property reference which refers specified property.

메소드 상세

Deserialize() 공개 메소드

Dereferences this property reference.
public Deserialize ( ) : PropertyInfo
리턴 System.Reflection.PropertyInfo

PropertyRef() 공개 메소드

Initializes a new instance of the PropertyRef class.
public PropertyRef ( ) : System
리턴 System

PropertyRef() 공개 메소드

Initializes a new instance of the PropertyRef class.
public PropertyRef ( TypeRef type, String name ) : System
type TypeRef The declaring type of this property reference, or null if the type is .
name String The name of referring property.
리턴 System

Serialize() 공개 정적인 메소드

Returns the property reference which refers specified property.
public static Serialize ( PropertyInfo property ) : PropertyRef
property System.Reflection.PropertyInfo The property to refer.
리턴 PropertyRef