Beispiel #1
0
 private bool Update()
 {
     return(DBModule.UpdateModule(
                this._moduleId,
                this._moduleDefId,
                this._moduleTitle,
                this._viewRoles,
                this._authorizedEditRoles,
                this._draftEditRoles,
                this._cacheTime,
                this._showTitle,
                this._editUserId,
                this._availableForMyPage,
                this._allowMultipleInstancesOnMyPage,
                this._icon,
                this._hideFromAuthenticated,
                this._hideFromUnauthenticated));
 }
Beispiel #2
0
 private bool Update()
 {
     return(DBModule.UpdateModule(
                this.moduleID,
                this.moduleDefID,
                this.moduleTitle,
                this.viewRoles,
                this.authorizedEditRoles,
                this.draftEditRoles,
                this.draftApprovalRoles,
                this.cacheTime,
                this.showTitle,
                this.editUserID,
                this.availableForMyPage,
                this.allowMultipleInstancesOnMyPage,
                this.icon,
                this.hideFromAuthenticated,
                this.hideFromUnauthenticated,
                this.includeInSearch,
                this.isGlobal,
                this.headElement,
                this.publishMode));
 }
Beispiel #3
0
 private bool Update()
 {
     return(DBModule.UpdateModule(
                this.ModuleId,
                this.ModuleDefId,
                this.ModuleTitle,
                this.ViewRoles,
                this.AuthorizedEditRoles,
                this.DraftEditRoles,
                this.DraftApprovalRoles,
                this.CacheTime,
                this.ShowTitle,
                this.EditUserId,
                this.AvailableForMyPage,
                this.AllowMultipleInstancesOnMyPage,
                this.Icon,
                this.HideFromAuthenticated,
                this.HideFromUnauthenticated,
                this.IncludeInSearch,
                this.IsGlobal,
                this.HeadElement,
                this.PublishMode));
 }