Пример #1
0
 public static void SetPropValueByAttribute <TAttribute>(this IFellow fellow, object value) where TAttribute : Attribute
 {
     FloomeenExtensions.SetPropValueByAttribute <TAttribute>(fellow, value);
 }
Пример #2
0
 public static string GetPropNameByAttribute <TAttribute>(this IFellow fellow) where TAttribute : Attribute
 {
     return(FloomeenExtensions.GetPropNameByAttribute <TAttribute>(fellow));
 }
Пример #3
0
 public static object GetPropValueByAttribute <TAttribute>(this IFellow fellow) where TAttribute : Attribute
 {
     return(FloomeenExtensions.GetPropValueByAttribute <TAttribute>(fellow));
 }