Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Add ( IGeoCountry geoCountry ) : Task | ||
Add ( IGeoZone geoZone ) : Task | ||
CountryAutoComplete ( string query, int maxRows ) : Task
|
||
DeleteCountry ( IGeoCountry country ) : Task | ||
DeleteGeoZone ( IGeoZone geoZone ) : Task | ||
FetchCountry ( System.Guid guid ) : Task |
||
FetchCountry ( string isoCode2 ) : Task |
||
FetchGeoZone ( System.Guid guid ) : Task |
||
GeoDataManager ( IGeoCommands geoCommands, IGeoQueries geoQueries, IHttpContextAccessor contextAccessor ) : cloudscribe.Core.Models.Geography | ||
GetAllCountries ( ) : Task
|
||
GetCountriesPage ( int pageNumber, int pageSize ) : Task
|
||
GetCountryCount ( ) : Task |
||
GetGeoZoneCount ( System.Guid countryGuid ) : Task |
||
GetGeoZonePage ( System.Guid countryGuid, int pageNumber, int pageSize ) : Task
|
||
GetGeoZonesByCountry ( System.Guid countryGuid ) : Task
|
||
StateAutoComplete ( System.Guid countryGuid, string query, int maxRows ) : Task
|
||
Update ( IGeoCountry geoCountry ) : Task | ||
Update ( IGeoZone geoZone ) : Task |
public Add ( IGeoCountry geoCountry ) : Task | ||
geoCountry | IGeoCountry | |
Résultat | Task |
public CountryAutoComplete ( string query, int maxRows ) : Task
|
||
query | string | |
maxRows | int | |
Résultat | Task
|
public DeleteCountry ( IGeoCountry country ) : Task | ||
country | IGeoCountry | |
Résultat | Task |
public DeleteGeoZone ( IGeoZone geoZone ) : Task | ||
geoZone | IGeoZone | |
Résultat | Task |
public FetchCountry ( System.Guid guid ) : Task |
||
guid | System.Guid | |
Résultat | Task |
public FetchCountry ( string isoCode2 ) : Task |
||
isoCode2 | string | |
Résultat | Task |
public FetchGeoZone ( System.Guid guid ) : Task |
||
guid | System.Guid | |
Résultat | Task |
public GeoDataManager ( IGeoCommands geoCommands, IGeoQueries geoQueries, IHttpContextAccessor contextAccessor ) : cloudscribe.Core.Models.Geography | ||
geoCommands | IGeoCommands | |
geoQueries | IGeoQueries | |
contextAccessor | IHttpContextAccessor | |
Résultat | cloudscribe.Core.Models.Geography |
public GetCountriesPage ( int pageNumber, int pageSize ) : Task
|
||
pageNumber | int | |
pageSize | int | |
Résultat | Task
|
public GetGeoZoneCount ( System.Guid countryGuid ) : Task |
||
countryGuid | System.Guid | |
Résultat | Task |
public GetGeoZonePage ( System.Guid countryGuid, int pageNumber, int pageSize ) : Task
|
||
countryGuid | System.Guid | |
pageNumber | int | |
pageSize | int | |
Résultat | Task
|
public GetGeoZonesByCountry ( System.Guid countryGuid ) : Task
|
||
countryGuid | System.Guid | |
Résultat | Task
|
public StateAutoComplete ( System.Guid countryGuid, string query, int maxRows ) : Task
|
||
countryGuid | System.Guid | |
query | string | |
maxRows | int | |
Résultat | Task
|
public Update ( IGeoCountry geoCountry ) : Task | ||
geoCountry | IGeoCountry | |
Résultat | Task |