Esempio n. 1
0
 public string[] ListResources(TP.Transaction context, TP.RID.Type type)
 {
     return(new string[] { "item1", "item2" });
 }
Esempio n. 2
0
 public static char prefix(this TP.RID.Type _type)
 {
     return(TP.RID._prefixes[(int)_type]);
 }