/// <summary> /// Updates this instance of Survey. Returns true on success. /// </summary> /// <returns>bool</returns> private bool Update() { return(DBSurvey.Update( this.surveyGuid, this.siteGuid, this.surveyName, this.creationDate, this.startPageText, this.endPageText)); }
/// <summary> /// Updates this instance of Survey. Returns true on success. /// </summary> /// <returns>bool</returns> private bool Update() { return(DBSurvey.Update( SurveyGuid, SiteGuid, SurveyName, CreationDate, StartPageText, EndPageText, SubmissionLimit )); }