C# Class ServiceStack.OrmLite.ReflectionPropertyInvoker

Inheritance: IPropertyInvoker
Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Méthodes publiques

Свойство Type Description
Instance ReflectionPropertyInvoker

Méthodes publiques

Méthode Description
GetPropertyValue ( PropertyInfo propertyInfo, object fromInstance ) : object
SetPropertyValue ( PropertyInfo propertyInfo, Type fieldType, object onInstance, object withValue ) : void

Method Details

GetPropertyValue() public méthode

public GetPropertyValue ( PropertyInfo propertyInfo, object fromInstance ) : object
propertyInfo System.Reflection.PropertyInfo
fromInstance object
Résultat object

SetPropertyValue() public méthode

public SetPropertyValue ( PropertyInfo propertyInfo, Type fieldType, object onInstance, object withValue ) : void
propertyInfo System.Reflection.PropertyInfo
fieldType System.Type
onInstance object
withValue object
Résultat void

Property Details

Instance public_oe static_oe property

public static ReflectionPropertyInvoker,ServiceStack.OrmLite Instance
Résultat ReflectionPropertyInvoker