C# Class Jayrock.Json.Conversion.CustomTypeDescriptor.TypePropertyDescriptor

A PropertyDescriptor implementation around PropertyInfo.
Inheritance: TypeMemberDescriptor
Afficher le fichier Open project: atifaziz/Jayrock

Méthodes publiques

Méthode Description
TypePropertyDescriptor ( PropertyInfo property, string name ) : System

Méthodes protégées

Méthode Description
GetValueImpl ( object component ) : object
SetValueImpl ( object component, object value ) : void

Method Details

GetValueImpl() protected méthode

protected GetValueImpl ( object component ) : object
component object
Résultat object

SetValueImpl() protected méthode

protected SetValueImpl ( object component, object value ) : void
component object
value object
Résultat void

TypePropertyDescriptor() public méthode

public TypePropertyDescriptor ( PropertyInfo property, string name ) : System
property System.Reflection.PropertyInfo
name string
Résultat System