C# Class OKr.MXReader.Client.Core.Data.OkrRepository

Datei anzeigen Open project: anytao/ModernReader Class Usage Examples

Public Properties

Property Type Description
conn string

Public Methods

Method Description
CreateDB ( ) : void
DeleteDB ( ) : void
ExistDB ( ) : bool
GetConfig ( string key ) : Config

Method Details

CreateDB() public static method

public static CreateDB ( ) : void
return void

DeleteDB() public static method

public static DeleteDB ( ) : void
return void

ExistDB() public static method

public static ExistDB ( ) : bool
return bool

GetConfig() public static method

public static GetConfig ( string key ) : Config
key string
return Config

Property Details

conn public_oe static_oe property

public static string conn
return string