コード例 #1
0
 public OpListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams()
     {
         CanReadSubItemOfOthers = true,
         CanReadSubItemOfCrew   = true,
         CanReadSubItemOfSelf   = true
     };
 }
コード例 #2
0
 public BackEndLogListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
コード例 #3
0
 public DeptListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
コード例 #4
0
 public ArticleVideoListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
コード例 #5
0
 public ArticlePictureListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }
コード例 #6
0
 public AttachFileListQueryParams()
 {
     PagedParams = new PagedListQueryParams();
     AuthParams  = new AuthenticationQueryParams();
 }