Skip to main content

PropertyInvoker

Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class PropertyInvoker

Methods

CreateGetter(PropertyInfo)

View Source
Declaration
public static GetMemberDelegate CreateGetter(this PropertyInfo propertyInfo)
Returns

ServiceStack.GetMemberDelegate

Parameters
TypeName
System.Reflection.PropertyInfopropertyInfo

CreateGetter<T>(PropertyInfo)

View Source
Declaration
public static GetMemberDelegate<T> CreateGetter<T>(this PropertyInfo propertyInfo)
Returns

ServiceStack.GetMemberDelegate<T>

Parameters
TypeName
System.Reflection.PropertyInfopropertyInfo
Type Parameters
  • T

CreateSetter(PropertyInfo)

View Source
Declaration
public static SetMemberDelegate CreateSetter(this PropertyInfo propertyInfo)
Returns

ServiceStack.SetMemberDelegate

Parameters
TypeName
System.Reflection.PropertyInfopropertyInfo

CreateSetter<T>(PropertyInfo)

View Source
Declaration
public static SetMemberDelegate<T> CreateSetter<T>(this PropertyInfo propertyInfo)
Returns

ServiceStack.SetMemberDelegate<T>

Parameters
TypeName
System.Reflection.PropertyInfopropertyInfo
Type Parameters
  • T