public string GetQuotedValue(object fromInstance) { var value = PropertyInvoker.GetPropertyValue(this.PropertyInfo, fromInstance); return(QuoteValueFn(value, FieldType)); }
public void SetValue(object onInstance, object withValue) { PropertyInvoker.SetPropertyValue(this.PropertyInfo, FieldType, onInstance, withValue); }