프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SurveyResponseCodeUrl | string |
메소드 | 설명 | |
---|---|---|
AddAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task |
INfieldSurveyResponseCodesService.AddAsync
|
|
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void |
INfieldConnectionClientObject.InitializeNfieldConnection
|
|
QueryAsync ( string surveyId ) : Task |
INfieldSurveyResponseCodesService.QueryAsync(string)
|
|
QueryAsync ( string surveyId, int code ) : Task |
INfieldSurveyResponseCodesService.QueryAsync(string, int)
|
|
RemoveAsync ( string surveyId, int code ) : System.Threading.Tasks.Task |
INfieldSurveyResponseCodesService.RemoveAsync
|
|
UpdateAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task |
INfieldSurveyResponseCodesService.UpdateAsync
|
메소드 | 설명 | |
---|---|---|
SurveyResponseCodeUrl ( string surveyId, int code ) : string |
Constructs and returns the url for survey response code based on supplied surveyId and code
|
public AddAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task |
||
surveyId | string | |
responseCode | Nfield.Models.SurveyResponseCode | |
리턴 | Task |
public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void | ||
connection | INfieldConnectionClient | |
리턴 | void |
public QueryAsync ( string surveyId, int code ) : Task |
||
surveyId | string | |
code | int | |
리턴 | Task |
public RemoveAsync ( string surveyId, int code ) : System.Threading.Tasks.Task | ||
surveyId | string | |
code | int | |
리턴 | System.Threading.Tasks.Task |
public UpdateAsync ( string surveyId, Nfield.Models.SurveyResponseCode responseCode ) : Task |
||
surveyId | string | |
responseCode | Nfield.Models.SurveyResponseCode | |
리턴 | Task |