C# Класс Tenant.Mvc.Core.Contexts.DatabaseContext.VenueContext

Показать файл Открыть проект

Открытые методы

Метод Описание
AddNewCity ( string cityName, string cityDescription = "", string cityState = "" ) : CityModel
AddNewVenue ( string venueName, int cityId ) : VenueModel
GetCities ( ) : List
GetCityById ( int cityId ) : CityModel
GetCityByName ( string cityName ) : CityModel
GetVenueByVenueId ( int venueId ) : VenueModel
GetVenues ( int venueId, int cityId ) : List

Приватные методы

Метод Описание
GetCitiesInternal ( ) : List
GetVenueByVenueIdInternal ( int venueId ) : VenueModel
MapRowToCity ( System.Data.SqlClient.SqlDataReader reader ) : CityModel
MapRowToVenue ( System.Data.SqlClient.SqlDataReader reader ) : VenueModel

Описание методов

AddNewCity() публичный Метод

public AddNewCity ( string cityName, string cityDescription = "", string cityState = "" ) : CityModel
cityName string
cityDescription string
cityState string
Результат Tenant.Mvc.Core.Models.CityModel

AddNewVenue() публичный Метод

public AddNewVenue ( string venueName, int cityId ) : VenueModel
venueName string
cityId int
Результат Tenant.Mvc.Core.Models.VenueModel

GetCities() публичный Метод

public GetCities ( ) : List
Результат List

GetCityById() публичный Метод

public GetCityById ( int cityId ) : CityModel
cityId int
Результат Tenant.Mvc.Core.Models.CityModel

GetCityByName() публичный Метод

public GetCityByName ( string cityName ) : CityModel
cityName string
Результат Tenant.Mvc.Core.Models.CityModel

GetVenueByVenueId() публичный Метод

public GetVenueByVenueId ( int venueId ) : VenueModel
venueId int
Результат Tenant.Mvc.Core.Models.VenueModel

GetVenues() публичный Метод

public GetVenues ( int venueId, int cityId ) : List
venueId int
cityId int
Результат List