C# Класс XSpect.Yacq.Serialization.PropertyRef

Наследование: MemberRef
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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