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
Type | Name |
---|---|
PropertyInfo | propertyInfo |
Type | fieldType |
System.Object | onInstance |
System.Object | withValue |
GetPropertyValue(PropertyInfo, Object)
View Source
Declaration
object GetPropertyValue(PropertyInfo propertyInfo, object fromInstance)
Returns
System.Object
Parameters
Type | Name |
---|---|
PropertyInfo | propertyInfo |
System.Object | fromInstance |