예제 #1
0
 private static string GetUUID(IXenObject o)
 {
     return o.Get("uuid") as String;
 }
예제 #2
0
파일: Tags.cs 프로젝트: huizh/xenadmin
 public static String[] GetTags(IXenObject o)
 {
     return o.Get("tags") as String[];
 }
예제 #3
0
 public static String[] GetTags(IXenObject o)
 {
     return(o.Get("tags") as String[]);
 }
예제 #4
0
 private static string GetUUID(IXenObject o)
 {
     return(o.Get("uuid") as string);
 }