Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Blog
DAL
UstawieniaDAL
C# Class Blog.DAL.UstawieniaDAL
Inheritance:
IUstawienia
显示文件
Open project: d3dek/AwesomeBlog
Public Methods
Method
Description
addSettins
(
Models
model
) :
bool
existSettings
(
string
key
) :
bool
getSettings
(
string
key
) :
string
setSettings
(
Models
model
) :
bool
Method Details
addSettins()
public
method
public
addSettins
(
Models
model
) :
bool
model
Models
return
bool
existSettings()
public
method
public
existSettings
(
string
key
) :
bool
key
string
return
bool
getSettings()
public
method
public
getSettings
(
string
key
) :
string
key
string
return
string
setSettings()
public
method
public
setSettings
(
Models
model
) :
bool
model
Models
return
bool