コード例 #1
0
ファイル: GeneralTabPage.cs プロジェクト: robhoes/xenadmin
 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);
 }