C# 클래스 cloudscribe.Core.Web.Controllers.CoreDataController

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

공개 메소드들

메소드 설명
CoreDataController ( SiteContext currentSite, GeoDataManager geoDataManager, IStringLocalizer localizer, IOptions uiOptionsAccessor ) : cloudscribe.Core.Models

비공개 메소드들

메소드 설명
CountryAutoSuggestJson ( string query ) : Task
CountryDelete ( System.Guid countryId, int returnPageNumber = 1 ) : Task
CountryEdit ( GeoCountryViewModel model, int returnPageNumber = 1 ) : Task
CountryEdit ( System.Guid countryId, int returnPageNumber = 1 ) : Task
CountryListPage ( int pageNumber = 1, int pageSize = -1 ) : Task
GetStatesJson ( string countryCode ) : Task
Index ( ) : IActionResult
StateAutoSuggestJson ( string countryCode, string query ) : Task
StateDelete ( System.Guid countryId, System.Guid stateId, int crp = 1, int returnPageNumber = 1 ) : Task
StateEdit ( GeoZoneViewModel model ) : Task
StateEdit ( System.Guid countryId, System.Guid stateId, int crp = 1, int returnPageNumber = 1 ) : Task
StateListPage ( System.Guid countryId, int pageNumber = 1, int pageSize = -1, int crp = 1 ) : Task

메소드 상세

CoreDataController() 공개 메소드

public CoreDataController ( SiteContext currentSite, GeoDataManager geoDataManager, IStringLocalizer localizer, IOptions uiOptionsAccessor ) : cloudscribe.Core.Models
currentSite cloudscribe.Core.Models.SiteContext
geoDataManager cloudscribe.Core.Web.Components.GeoDataManager
localizer IStringLocalizer
uiOptionsAccessor IOptions
리턴 cloudscribe.Core.Models