Method | Description | |
---|---|---|
ConvertGenres ( |
||
DbExecute ( string SQLQuery ) : void | ||
DbReadRecord ( string dbLocation, string sqlStatement, int ColumnArray ) : string[] | ||
GetKodiVersion ( string videoDbFileName ) : KodiVersion | ||
IsNumeric ( string input ) : bool | ||
LookUpGenre ( string genreName ) : int | ||
LookUpNetwork ( string network ) : string | ||
PluginExecute ( string SQLQuery ) : void | ||
ReadFile ( string filePath ) : string | ||
ReadPluginRecord ( string dbLocation, string sqlStatement, int columnArray ) : string[] | ||
SaveFile ( string filePath, string Data ) : void | ||
ShowInputDialog ( string question, string inputTxt = null ) : |
||
TestMySql ( string connectionstring ) : bool | ||
TestMySqlLite ( string connectionstring ) : bool | ||
TestMysql2 ( string DBLocation, string sqlStatement, string ColumnArray ) : object |
public static ConvertGenres ( |
||
genrelist | ||
return | string |
public static DbExecute ( string SQLQuery ) : void | ||
SQLQuery | string | |
return | void |
public static DbReadRecord ( string dbLocation, string sqlStatement, int ColumnArray ) : string[] | ||
dbLocation | string | |
sqlStatement | string | |
ColumnArray | int | |
return | string[] |
public static GetKodiVersion ( string videoDbFileName ) : KodiVersion | ||
videoDbFileName | string | |
return | KodiVersion |
public static IsNumeric ( string input ) : bool | ||
input | string | |
return | bool |
public static LookUpGenre ( string genreName ) : int | ||
genreName | string | |
return | int |
public static LookUpNetwork ( string network ) : string | ||
network | string | |
return | string |
public static PluginExecute ( string SQLQuery ) : void | ||
SQLQuery | string | |
return | void |
public static ReadFile ( string filePath ) : string | ||
filePath | string | |
return | string |
public static ReadPluginRecord ( string dbLocation, string sqlStatement, int columnArray ) : string[] | ||
dbLocation | string | |
sqlStatement | string | |
columnArray | int | |
return | string[] |
public static SaveFile ( string filePath, string Data ) : void | ||
filePath | string | |
Data | string | |
return | void |
public static ShowInputDialog ( string question, string inputTxt = null ) : |
||
question | string | |
inputTxt | string | |
return |
public static TestMySql ( string connectionstring ) : bool | ||
connectionstring | string | |
return | bool |
public static TestMySqlLite ( string connectionstring ) : bool | ||
connectionstring | string | |
return | bool |
public static TestMysql2 ( string DBLocation, string sqlStatement, string ColumnArray ) : object | ||
DBLocation | string | |
sqlStatement | string | |
ColumnArray | string | |
return | object |