Method | Description | |
---|---|---|
GetSection ( string sectionId ) : ISection |
Gets the section.
|
|
GetSections ( ) : List |
Gets the sections for this instance.
|
|
PostSaveProcessing ( WebControl control ) : void |
Posts the save processing.
|
|
PreSaveProcessing ( WebControl control ) : void |
Pres the save processing.
|
|
Render ( PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer ) : void |
Renders the survey from this survey.
|
|
RenderSurvey ( ISurvey survey, PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer ) : void |
Static mechanism to render a survey.
|
|
Save ( int userId ) : int |
Saves this instance.
|
|
Survey ( ) : System.Data.Linq | ||
Survey ( int revisingUser ) : System.Collections.Generic |
Initializes a new instance of the Survey class.
|
Method | Description | |
---|---|---|
SendPropertyChanged ( String propertyName ) : void | ||
SendPropertyChanging ( ) : void |
Method | Description | |
---|---|---|
CreateResponseHeader ( int userId ) : int |
Creates the response header.
|
|
Initialize ( ) : void | ||
OnCreated ( ) : void |
Called when a Survey instance is created.
|
|
OnCreatedByChanged ( ) : void | ||
OnCreatedByChanging ( int value ) : void | ||
OnCreationDateChanged ( ) : void | ||
OnCreationDateChanging ( System value ) : void | ||
OnDeserializing ( |
||
OnEndDateChanged ( ) : void | ||
OnEndDateChanging ( System |
||
OnFinalMessageChanged ( ) : void | ||
OnFinalMessageChanging ( string value ) : void | ||
OnFinalMessageOptionChanged ( ) : void | ||
OnFinalMessageOptionChanging ( global value ) : void | ||
OnFinalUrlChanged ( ) : void | ||
OnFinalUrlChanging ( string value ) : void | ||
OnLoaded ( ) : void | ||
OnLogoURLChanged ( ) : void | ||
OnLogoURLChanging ( string value ) : void | ||
OnModuleIdChanged ( ) : void | ||
OnModuleIdChanging ( int value ) : void | ||
OnNotificationFromEmailAddressChanged ( ) : void | ||
OnNotificationFromEmailAddressChanging ( string value ) : void | ||
OnNotificationToEmailAddressesChanged ( ) : void | ||
OnNotificationToEmailAddressesChanging ( string value ) : void | ||
OnPortalIdChanged ( ) : void | ||
OnPortalIdChanging ( int value ) : void | ||
OnPostEndMessageChanged ( ) : void | ||
OnPostEndMessageChanging ( string value ) : void | ||
OnPreStartMessageChanged ( ) : void | ||
OnPreStartMessageChanging ( string value ) : void | ||
OnQuestionFormatOptionChanged ( ) : void | ||
OnQuestionFormatOptionChanging ( global value ) : void | ||
OnRevisingUserChanged ( ) : void | ||
OnRevisingUserChanging ( int value ) : void | ||
OnRevisionDateChanged ( ) : void | ||
OnRevisionDateChanging ( System value ) : void | ||
OnSectionFormatOptionChanged ( ) : void | ||
OnSectionFormatOptionChanging ( global value ) : void | ||
OnSendNotificationChanged ( ) : void | ||
OnSendNotificationChanging ( bool value ) : void | ||
OnSendThankYouChanged ( ) : void | ||
OnSendThankYouChanging ( bool value ) : void | ||
OnSerialized ( |
||
OnSerializing ( |
||
OnShowTextChanged ( ) : void | ||
OnShowTextChanging ( bool value ) : void | ||
OnStartDateChanged ( ) : void | ||
OnStartDateChanging ( System |
||
OnSurveyIdChanged ( ) : void | ||
OnSurveyIdChanging ( int value ) : void | ||
OnTextChanged ( ) : void | ||
OnTextChanging ( string value ) : void | ||
OnThankYouFromEmailAddressChanged ( ) : void | ||
OnThankYouFromEmailAddressChanging ( string value ) : void | ||
OnTitleOptionChanged ( ) : void | ||
OnTitleOptionChanging ( global value ) : void | ||
OnValidate ( System action ) : void | ||
WriteResponseEntry ( int responseHeaderId, ISection section, IQuestion question, IAnswer answer, string responseText ) : void |
Writes the response entry.
|
|
WriteResponses ( int responseHeaderId ) : void |
Writes the responses.
|
|
attach_Sections ( |
||
detach_Sections ( |
public GetSection ( string sectionId ) : ISection | ||
sectionId | string | The section ID. |
return | ISection |
public PostSaveProcessing ( WebControl control ) : void | ||
control | WebControl | The control. |
return | void |
public PreSaveProcessing ( WebControl control ) : void | ||
control | WebControl | The control. |
return | void |
public Render ( PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer ) : void | ||
placeHolder | PlaceHolder | The place holder. |
readOnly | bool | if set to |
showRequiredNotation | bool | if set to |
validationProvider | ValidationProviderBase | The validation provider. |
localizer | ILocalizer | The text for the default option (signifying no choice). |
return | void |
public static RenderSurvey ( ISurvey survey, PlaceHolder placeHolder, bool readOnly, bool showRequiredNotation, ValidationProviderBase validationProvider, ILocalizer localizer ) : void | ||
survey | ISurvey | The survey. |
placeHolder | PlaceHolder | The place holder. |
readOnly | bool | if set to |
showRequiredNotation | bool | if set to |
validationProvider | ValidationProviderBase | The validation provider. |
localizer | ILocalizer | Localizes text. |
return | void |
public Save ( int userId ) : int | ||
userId | int | The ID of the user saving this instance |
return | int |
protected SendPropertyChanged ( String propertyName ) : void | ||
propertyName | String | |
return | void |
public Survey ( int revisingUser ) : System.Collections.Generic | ||
revisingUser | int | The revising user. |
return | System.Collections.Generic |