コード例 #1
0
 private Dictionary <string, string> GetPropertyValues(object model)
 {
     return(_attributes.ToDictionary(a => a.Key, a => Reflector.GetValue(model, a.Value).ToString()));
 }