Exemple #1
0
 private static string GetUUID(IXenObject o)
 {
     return o.Get("uuid") as String;
 }
Exemple #2
0
 public static String[] GetTags(IXenObject o)
 {
     return o.Get("tags") as String[];
 }
Exemple #3
0
 public static String[] GetTags(IXenObject o)
 {
     return(o.Get("tags") as String[]);
 }
 private static string GetUUID(IXenObject o)
 {
     return(o.Get("uuid") as string);
 }