public OpListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams()
     {
         CanReadSubItemOfOthers = true,
         CanReadSubItemOfCrew   = true,
         CanReadSubItemOfSelf   = true
     };
 }
 public BackEndLogListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
 public DeptListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
Beispiel #4
0
 public ArticleVideoListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
Beispiel #5
0
 public ArticlePictureListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
 public AttachFileListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }