public StatusingGetMyWorkForGridJsonRequest(JsGridSerializerArguments gridSerializerArgs, string gridChangesJson, string projectAssignmentsMap, System.Guid viewUid, string timephasedStart, string timephasedEnd, int durationType, int workType, int dateFormat, bool clearPersistedProperties, System.Nullable <int> rowFilterType)
 {
     this.gridSerializerArgs    = gridSerializerArgs;
     this.gridChangesJson       = gridChangesJson;
     this.projectAssignmentsMap = projectAssignmentsMap;
     this.viewUid                  = viewUid;
     this.timephasedStart          = timephasedStart;
     this.timephasedEnd            = timephasedEnd;
     this.durationType             = durationType;
     this.workType                 = workType;
     this.dateFormat               = dateFormat;
     this.clearPersistedProperties = clearPersistedProperties;
     this.rowFilterType            = rowFilterType;
 }
 public ProjectGetProjectDetailsForGridJsonRequest(string sessionIdToken, JsGridSerializerArguments gridSerializerArgs, System.Guid projUid, System.Guid[] subProjUids, int storeId, string changesJson, bool firstTaskViewLoad, bool showProjectSummaryTask, System.Guid viewUid, System.Nullable <bool> expandSubprojects, bool clearPersistedProperties)
 {
     this.sessionIdToken           = sessionIdToken;
     this.gridSerializerArgs       = gridSerializerArgs;
     this.projUid                  = projUid;
     this.subProjUids              = subProjUids;
     this.storeId                  = storeId;
     this.changesJson              = changesJson;
     this.firstTaskViewLoad        = firstTaskViewLoad;
     this.showProjectSummaryTask   = showProjectSummaryTask;
     this.viewUid                  = viewUid;
     this.expandSubprojects        = expandSubprojects;
     this.clearPersistedProperties = clearPersistedProperties;
 }