C# 클래스 cloudscribe.Core.Storage.NoDb.GeoCommands

상속: IGeoCommands
파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
Add ( IGeoCountry geoCountry, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Add ( IGeoZone geoZone, CancellationToken cancellationToken = default(CancellationToken) ) : Task
DeleteCountry ( System.Guid countryId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
DeleteGeoZone ( System.Guid stateId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
DeleteGeoZonesByCountry ( System.Guid countryId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Dispose ( ) : void
Dispose ( bool disposing ) : void
GeoCommands ( IBasicQueries countryQueries, IBasicCommands countryCommands, IBasicQueries stateQueries, IBasicCommands stateCommands ) : cloudscribe.Core.Models.Geography
Update ( IGeoCountry geoCountry, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Update ( IGeoZone geoZone, CancellationToken cancellationToken = default(CancellationToken) ) : Task

비공개 메소드들

메소드 설명
ThrowIfDisposed ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( IGeoCountry geoCountry, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoCountry IGeoCountry
cancellationToken System.Threading.CancellationToken
리턴 Task

Add() 공개 메소드

public Add ( IGeoZone geoZone, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoZone IGeoZone
cancellationToken System.Threading.CancellationToken
리턴 Task

DeleteCountry() 공개 메소드

public DeleteCountry ( System.Guid countryId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
countryId System.Guid
cancellationToken System.Threading.CancellationToken
리턴 Task

DeleteGeoZone() 공개 메소드

public DeleteGeoZone ( System.Guid stateId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
stateId System.Guid
cancellationToken System.Threading.CancellationToken
리턴 Task

DeleteGeoZonesByCountry() 공개 메소드

public DeleteGeoZonesByCountry ( System.Guid countryId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
countryId System.Guid
cancellationToken System.Threading.CancellationToken
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

GeoCommands() 공개 메소드

public GeoCommands ( IBasicQueries countryQueries, IBasicCommands countryCommands, IBasicQueries stateQueries, IBasicCommands stateCommands ) : cloudscribe.Core.Models.Geography
countryQueries IBasicQueries
countryCommands IBasicCommands
stateQueries IBasicQueries
stateCommands IBasicCommands
리턴 cloudscribe.Core.Models.Geography

Update() 공개 메소드

public Update ( IGeoCountry geoCountry, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoCountry IGeoCountry
cancellationToken System.Threading.CancellationToken
리턴 Task

Update() 공개 메소드

public Update ( IGeoZone geoZone, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoZone IGeoZone
cancellationToken System.Threading.CancellationToken
리턴 Task