C# 클래스 Nfield.Services.Implementation.NfieldAddressesService

Implementation of INfieldAddressesService
상속: INfieldAddressesService, INfieldConnectionClientObject
파일 보기 프로젝트 열기: NIPOSoftware/Nfield-SDK 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddressesApi System.Uri
CheckSurveyIdAndSamplingPointId void

공개 메소드들

메소드 설명
AddAsync ( string surveyId, string samplingPointId, Address address ) : Task

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

비공개 메소드들

메소드 설명
AddressesApi ( string surveyId, string samplingPointId, string addressId ) : Uri
CheckSurveyIdAndSamplingPointId ( string surveyId, string samplingPointId ) : void

메소드 상세

AddAsync() 공개 메소드

See INfieldAddressesService.AddAsync
public AddAsync ( string surveyId, string samplingPointId, Address address ) : Task
surveyId string
samplingPointId string
address Nfield.Models.Address
리턴 Task

DeleteAsync() 공개 메소드

public DeleteAsync ( string surveyId, string samplingPointId, string addressId ) : System.Threading.Tasks.Task
surveyId string
samplingPointId string
addressId string
리턴 System.Threading.Tasks.Task

GetCountAsync() 공개 메소드

public GetCountAsync ( string surveyId, string samplingPointId ) : Task
surveyId string
samplingPointId string
리턴 Task

InitializeNfieldConnection() 공개 메소드

public InitializeNfieldConnection ( INfieldConnectionClient connection ) : void
connection INfieldConnectionClient
리턴 void

QueryAsync() 공개 메소드

See INfieldAddressesService.QueryAsync
public QueryAsync ( string surveyId, string samplingPointId ) : Task>
surveyId string
samplingPointId string
리턴 Task>