Property | Type | Description | |
---|---|---|---|
AddressesApi | |||
CheckSurveyIdAndSamplingPointId | void |
Method | Description | |
---|---|---|
AddAsync ( string surveyId, string samplingPointId, |
See INfieldAddressesService.AddAsync
|
|
DeleteAsync ( string surveyId, string samplingPointId, string addressId ) : System.Threading.Tasks.Task | ||
GetCountAsync ( string surveyId, string samplingPointId ) : Task |
||
InitializeNfieldConnection ( INfieldConnectionClient connection ) : void | ||
QueryAsync ( string surveyId, string samplingPointId ) : Task |
See INfieldAddressesService.QueryAsync
|
Method | Description | |
---|---|---|
AddressesApi ( string surveyId, string samplingPointId, string addressId ) : |
||
CheckSurveyIdAndSamplingPointId ( string surveyId, string samplingPointId ) : void |
public AddAsync ( string surveyId, string samplingPointId, |
||
surveyId | string | |
samplingPointId | string | |
address | ||
return | Task |
public DeleteAsync ( string surveyId, string samplingPointId, string addressId ) : System.Threading.Tasks.Task | ||
surveyId | string | |
samplingPointId | string | |
addressId | string | |
return | System.Threading.Tasks.Task |
public GetCountAsync ( string surveyId, string samplingPointId ) : Task |
||
surveyId | string | |
samplingPointId | string | |
return | Task |
public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void | ||
connection | INfieldConnectionClient | |
return | void |
public QueryAsync ( string surveyId, string samplingPointId ) : Task |
||
surveyId | string | |
samplingPointId | string | |
return | Task |