메소드 | 설명 | |
---|---|---|
Contributors ( int id ) : Task |
This action shows a list of contributors associated with a specific Survey.
|
|
Delete ( int id ) : Task |
This action provides the Http Get experience for deleting a Survey.
|
|
Details ( int id ) : Task |
This action shows the details of a specific Survey.
|
|
Edit ( int id ) : Task |
This action provides the Http Get experience for editing a Survey.
|
|
EditTitle ( int id ) : Task |
This action provides the Http Get experience for editing the title of a Survey
|
|
Index ( ) : Task |
This action shows a list of Surveys related to the user. This includes Surveys that the user owns, Surveys that the user contributes to, and Surveys the user has published. This action also calls the SurveyService to process pending contributor requests.
|
|
ListPerTenant ( ) : Task |
This action shows a list of Surveys owned by users in the same Tenant as the current user.
|
|
Publish ( int id ) : Task |
This action provides the Http Get experience for publishing a Survey.
|
|
RequestContributor ( int id ) : Task |
This action provides the Http Get experience for creating a ContributorRequest.
|
|
SurveyController ( ISurveyService surveyService, ILogger |
||
UnPublish ( int id ) : Task |
This action provides the Http Get experience for unpublishing a Survey.
|
메소드 | 설명 | |
---|---|---|
CheckStatusCode ( ApiResult result ) : IActionResult | ||
Create ( ) : IActionResult | ||
Create ( |
||
Delete ( [ model ) : Task |
||
EditTitle ( [ model ) : Task |
||
Publish ( [ model ) : Task |
||
ReAuthenticateUser ( ) : IActionResult | ||
RequestContributor ( |
||
UnPublish ( [ model ) : Task |
public RequestContributor ( int id ) : Task |
||
id | int | The id of the |
리턴 | Task |
public SurveyController ( ISurveyService surveyService, ILogger |
||
surveyService | ISurveyService | |
logger | ILogger |
|
authorizationService | IAuthorizationService | |
리턴 | System.Net |