Exemple #1
0
 internal static SurveyInfoModel ToFormInfoModel(Enter.Common.DTO.SurveyInfoDTO SurveyInfoDTO)
 {
     return(new SurveyInfoModel
     {
         SurveyId = SurveyInfoDTO.SurveyId,
         SurveyNumber = SurveyInfoDTO.SurveyNumber,
         SurveyName = SurveyInfoDTO.SurveyName,
         OrganizationName = SurveyInfoDTO.OrganizationName,
         DepartmentName = SurveyInfoDTO.DepartmentName,
         IntroductionText = SurveyInfoDTO.IntroductionText,
         ExitText = SurveyInfoDTO.ExitText,
         XML = SurveyInfoDTO.XML,
         IsSuccess = SurveyInfoDTO.IsSuccess,
         SurveyType = SurveyInfoDTO.SurveyType,
         ClosingDate = SurveyInfoDTO.ClosingDate,
         UserPublishKey = SurveyInfoDTO.UserPublishKey,
         IsDraftMode = SurveyInfoDTO.IsDraftMode,
         StartDate = SurveyInfoDTO.StartDate,
         IsSqlProject = SurveyInfoDTO.IsSqlProject,
         FormOwnerId = SurveyInfoDTO.OwnerId
     });
 }
Exemple #2
0
 public void Update(Enter.Common.DTO.SurveyInfoDTO t)
 {
     throw new NotImplementedException();
 }