Skip to main content

IPropertyInvoker

Assembly: ServiceStack.OrmLite.dll
View Source
Declaration
public interface IPropertyInvoker

Properties

ConvertValueFn

View Source
Declaration
Func<object, Type, object> ConvertValueFn { get; set; }

Methods

SetPropertyValue(PropertyInfo, Type, Object, Object)

View Source
Declaration
void SetPropertyValue(PropertyInfo propertyInfo, Type fieldType, object onInstance, object withValue)
Parameters
TypeName
PropertyInfopropertyInfo
TypefieldType
System.ObjectonInstance
System.ObjectwithValue

GetPropertyValue(PropertyInfo, Object)

View Source
Declaration
object GetPropertyValue(PropertyInfo propertyInfo, object fromInstance)
Returns

System.Object

Parameters
TypeName
PropertyInfopropertyInfo
System.ObjectfromInstance