Exemple #1
0
 public GetMachineGroupResult(String groupName, String groupType, MachineGroupAttributeInfo groupAttribute, String machineIdentifyType,
                              IEnumerable <String> machineList, Int32 createTime, Int32 lastModifyTime)
 {
     this.GroupName           = groupName;
     this.GroupType           = groupType;
     this.GroupAttribute      = groupAttribute;
     this.MachineIdentifyType = machineIdentifyType;
     this.MachineList         = machineList;
     this.CreateTime          = createTime;
     this.LastModifyTime      = lastModifyTime;
 }
 public GetMachineGroupResult(string groupName, string groupType, MachineGroupAttributeInfo groupAttribute,
                              string machineIdentifyType,
                              IEnumerable <string> machineList, int createTime, int lastModifyTime)
 {
     GroupName           = groupName;
     GroupType           = groupType;
     GroupAttribute      = groupAttribute;
     MachineIdentifyType = machineIdentifyType;
     MachineList         = machineList;
     CreateTime          = createTime;
     LastModifyTime      = lastModifyTime;
 }