C# Class ServiceStack.OrmLite.ReflectionPropertyInvoker

Inheritance: IPropertyInvoker
显示文件 Open project: ServiceStack/ServiceStack.OrmLite

Public Properties

Property Type Description
Instance ReflectionPropertyInvoker

Public Methods

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

Method Details

GetPropertyValue() public method

public GetPropertyValue ( PropertyInfo propertyInfo, object fromInstance ) : object
propertyInfo System.Reflection.PropertyInfo
fromInstance object
return object

SetPropertyValue() public method

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

Property Details

Instance public_oe static_oe property

public static ReflectionPropertyInvoker,ServiceStack.OrmLite Instance
return ReflectionPropertyInvoker