C# Class XSpect.Yacq.Serialization.PropertyRef

Inheritance: MemberRef
Afficher le fichier Open project: takeshik/yacq Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Deserialize() public méthode

Dereferences this property reference.
public Deserialize ( ) : PropertyInfo
Résultat System.Reflection.PropertyInfo

PropertyRef() public méthode

Initializes a new instance of the PropertyRef class.
public PropertyRef ( ) : System
Résultat System

PropertyRef() public méthode

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.
Résultat System

Serialize() public static méthode

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