예제 #1
0
 public static DateTime ChangedOn(this IFellow fellow)
 {
     return((DateTime)fellow.GetPropValueByAttribute <FloomeenChangedOn>());
 }
예제 #2
0
 public static string Machine(this IFellow fellow)
 {
     return(fellow.GetPropValueByAttribute <FloomeenMachine>()?.ToString());
 }
예제 #3
0
 public static string StateData(this IFellow fellow)
 {
     return(fellow.GetPropValueByAttribute <FloomeenStateData>()?.ToString());
 }
예제 #4
0
 public static object Id(this IFellow fellow)
 {
     return(fellow.GetPropValueByAttribute <FloomeenId>());
 }