Esempio n. 1
0
 public ApartmentWindow(ListWindowType windowType, ApartmentQueryCondition qc)
 {
     this.queryCondition = qc;
     currentEntity       = null;
     this.windowType     = windowType;
     this.Init();
 }
Esempio n. 2
0
 public StageWindow(ListWindowType windowType, StageQueryCondition qc)
 {
     this.queryCondition = qc;
     currentEntity       = null;
     this.windowType     = windowType;
     this.Init();
 }
Esempio n. 3
0
 public MediaWindow(ListWindowType windowType, MediaQueryCondition qc)
 {
     this.queryCondition = qc;
     currentEntity       = null;
     this.windowType     = windowType;
     this.Init();
 }
Esempio n. 4
0
 public BuildingWindow(ListWindowType windowType, BuildingQueryCondition qc)
 {
     this.queryCondition = qc;
     currentEntity       = null;
     this.windowType     = windowType;
     this.Init();
 }
Esempio n. 5
0
 public FloorplanWindow(ListWindowType windowType, FloorplanQueryCondition qc)
 {
     this.queryCondition = qc;
     currentEntity       = null;
     this.windowType     = windowType;
     this.Init();
 }
Esempio n. 6
0
 public ApartmentWindow(ListWindowType windowType)
 {
     currentEntity   = null;
     this.windowType = windowType;
     this.Init();
 }
Esempio n. 7
0
 public FloorplanWindow(ListWindowType windowType)
 {
     currentEntity   = null;
     this.windowType = windowType;
     this.Init();
 }