C# Class DesktopHelper.DataAccess.ConfigData

Afficher le fichier Open project: JimmyFung/DesktopHelper

Méthodes publiques

Méthode Description
AddConfigWebsite ( string webOrder, string name, string url ) : int
ClearConfigWebsite ( ) : int
GetCityData ( CityType type, string parent ) : DataTable
GetCityInfoByCode ( string code ) : DataTable
GetConfig ( ) : DataTable
GetConfigWebsite ( ) : DataTable
UpdateConfig ( string name, string value ) : int

Method Details

AddConfigWebsite() public méthode

public AddConfigWebsite ( string webOrder, string name, string url ) : int
webOrder string
name string
url string
Résultat int

ClearConfigWebsite() public méthode

public ClearConfigWebsite ( ) : int
Résultat int

GetCityData() public méthode

public GetCityData ( CityType type, string parent ) : DataTable
type CityType
parent string
Résultat System.Data.DataTable

GetCityInfoByCode() public méthode

public GetCityInfoByCode ( string code ) : DataTable
code string
Résultat System.Data.DataTable

GetConfig() public méthode

public GetConfig ( ) : DataTable
Résultat System.Data.DataTable

GetConfigWebsite() public méthode

public GetConfigWebsite ( ) : DataTable
Résultat System.Data.DataTable

UpdateConfig() public méthode

public UpdateConfig ( string name, string value ) : int
name string
value string
Résultat int