Example #1
0
 protected string GetName(object obj)
 {
     return(LOVResources.WasteTypeName(((TreeListRow)obj).Code));
 }
Example #2
0
 public static string FormatReasonWasteType(this WasteTransfers.WasteConfidentialReason r)
 {
     return(LOVResources.WasteTypeName(r.WasteTypeCode));
 }