C# Class strICT.InFlow.Db.Store.SqlConfigStore

Inheritance: IConfigStore
Datei anzeigen Open project: InFlowBPM/InFlow-BPMS

Public Methods

Method Description
SqlConfigStore ( InFlowDb db ) : strICT.InFlow.Db.Contracts.InFlow
SqlConfigStore ( string databaseConnectionString ) : strICT.InFlow.Db.Contracts.InFlow
getBool ( string key ) : bool
getInt ( string key ) : int
getString ( string key ) : string
setBool ( string key, bool value ) : void
setInt ( string key, int value ) : void
setString ( string key, string value ) : void

Private Methods

Method Description
isBool ( C_Property property ) : bool
isInt ( C_Property property ) : bool
isString ( C_Property property ) : bool

Method Details

SqlConfigStore() public method

public SqlConfigStore ( InFlowDb db ) : strICT.InFlow.Db.Contracts.InFlow
db strICT.InFlow.Db.DataContexts.InFlowDb
return strICT.InFlow.Db.Contracts.InFlow

SqlConfigStore() public method

public SqlConfigStore ( string databaseConnectionString ) : strICT.InFlow.Db.Contracts.InFlow
databaseConnectionString string
return strICT.InFlow.Db.Contracts.InFlow

getBool() public method

public getBool ( string key ) : bool
key string
return bool

getInt() public method

public getInt ( string key ) : int
key string
return int

getString() public method

public getString ( string key ) : string
key string
return string

setBool() public method

public setBool ( string key, bool value ) : void
key string
value bool
return void

setInt() public method

public setInt ( string key, int value ) : void
key string
value int
return void

setString() public method

public setString ( string key, string value ) : void
key string
value string
return void