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
Type | Name |
---|---|
System.Reflection.PropertyInfo | propertyInfo |
CreateGetter<T>(PropertyInfo)
View Source
Declaration
public static GetMemberDelegate<T> CreateGetter<T>(this PropertyInfo propertyInfo)
Returns
ServiceStack.GetMemberDelegate<T>
Parameters
Type | Name |
---|---|
System.Reflection.PropertyInfo | propertyInfo |
Type Parameters
T
CreateSetter(PropertyInfo)
View Source
Declaration
public static SetMemberDelegate CreateSetter(this PropertyInfo propertyInfo)
Returns
ServiceStack.SetMemberDelegate
Parameters
Type | Name |
---|---|
System.Reflection.PropertyInfo | propertyInfo |
CreateSetter<T>(PropertyInfo)
View Source
Declaration
public static SetMemberDelegate<T> CreateSetter<T>(this PropertyInfo propertyInfo)
Returns
ServiceStack.SetMemberDelegate<T>
Parameters
Type | Name |
---|---|
System.Reflection.PropertyInfo | propertyInfo |
Type Parameters
T