Engage.Survey.Entities.Survey.OnCreated C# (CSharp) Метод

OnCreated() приватный Метод

Called when a Survey instance is created.
private OnCreated ( ) : void
Результат void
partial         void OnCreated()
        {
            this.FinalMessage = Localization.GetString("Survey Complete.Text", SurveyRepository.SharedResourceFile);
            this.FinalMessageOption = FinalMessageOption.UseFinalMessage;
            this.SectionFormatOption = ElementFormatOption.None;
            this.QuestionFormatOption = ElementFormatOption.None;
            this.TitleOption = TitleOption.FirstPageOnly;
        }