Click or drag to resize

ISurveyBase Interface

Base interface of survey.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface ISurveyBase

The ISurveyBase type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Get or set a description for the survey.
Public propertyName
Get or set the name of the survey.
Public propertyState
Get or set the state of the survey.
Top
Remarks
Common part with the final interface and the POCO.
See Also