C# Class cloudscribe.Core.Storage.NoDb.GeoCommands

Inheritance: IGeoCommands
Afficher le fichier Open project: joeaudette/cloudscribe

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ThrowIfDisposed ( ) : void

Method Details

Add() public méthode

public Add ( IGeoCountry geoCountry, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoCountry IGeoCountry
cancellationToken System.Threading.CancellationToken
Résultat Task

Add() public méthode

public Add ( IGeoZone geoZone, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoZone IGeoZone
cancellationToken System.Threading.CancellationToken
Résultat Task

DeleteCountry() public méthode

public DeleteCountry ( System.Guid countryId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
countryId System.Guid
cancellationToken System.Threading.CancellationToken
Résultat Task

DeleteGeoZone() public méthode

public DeleteGeoZone ( System.Guid stateId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
stateId System.Guid
cancellationToken System.Threading.CancellationToken
Résultat Task

DeleteGeoZonesByCountry() public méthode

public DeleteGeoZonesByCountry ( System.Guid countryId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
countryId System.Guid
cancellationToken System.Threading.CancellationToken
Résultat Task

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

GeoCommands() public méthode

public GeoCommands ( IBasicQueries countryQueries, IBasicCommands countryCommands, IBasicQueries stateQueries, IBasicCommands stateCommands ) : cloudscribe.Core.Models.Geography
countryQueries IBasicQueries
countryCommands IBasicCommands
stateQueries IBasicQueries
stateCommands IBasicCommands
Résultat cloudscribe.Core.Models.Geography

Update() public méthode

public Update ( IGeoCountry geoCountry, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoCountry IGeoCountry
cancellationToken System.Threading.CancellationToken
Résultat Task

Update() public méthode

public Update ( IGeoZone geoZone, CancellationToken cancellationToken = default(CancellationToken) ) : Task
geoZone IGeoZone
cancellationToken System.Threading.CancellationToken
Résultat Task