예제 #1
0
 private static object GetProperty(object model, string key)
 {
     return(CombineKeyHelper.GetProperty(model, key));
 }
예제 #2
0
 private static IDictionary <string, T> SelectIncludeItems <T>(IDictionary <string, T> items, params string[] includeKeys)
 {
     return(CombineKeyHelper.SelectIncludeItems(items, includeKeys));
 }
예제 #3
0
 private static bool SetProperty(object model, string key, object value)
 {
     return(CombineKeyHelper.SetProperty(model, key, value));
 }
예제 #4
0
 private static IDictionary <string, object> GetGetPropertiesDic(object model)
 {
     return(CombineKeyHelper.GetGetPropertiesDic(model));
 }