Exemplo n.º 1
0
 private void Init()
 {
     Direction = "asc";
     Sort      = "Name";
     TagTypeId = DbUtil.TagTypeId_Personal;
     TagName   = Util2.CurrentTagName;
     TagOwner  = Util2.CurrentTagOwnerId;
     m         = new PeopleSearchInfo();
     GetCount  = Count;
 }
Exemplo n.º 2
0
 public PeopleSearchModel()
 {
     Db        = DbUtil.Db;
     Direction = "asc";
     Sort      = "Name";
     TagTypeId = DbUtil.TagTypeId_Personal;
     TagName   = Util2.CurrentTagName;
     TagOwner  = Util2.CurrentTagOwnerId;
     m         = new PeopleSearchInfo();
     GetCount  = Count;
 }
Exemplo n.º 3
0
 public PeopleSearchModel()
 {
     Db = DbUtil.Db;
     Direction = "asc";
     Sort = "Name";
     TagTypeId = DbUtil.TagTypeId_Personal;
     TagName = Util2.CurrentTagName;
     TagOwner = Util2.CurrentTagOwnerId;
     m = new PeopleSearchInfo();
     GetCount = Count;
 }