C# Class AppSettings.AppConfigSetting

Auto Generate for Tab File: "AppConfig+Category.bytes", "AppConfig+Category2.bytes", "AppConfig+TSV.bytes", "AppConfig.bytes" Singleton class for less memory use
Inheritance: TableRowParser
Show file Open project: mr-kelly/KEngine Class Usage Examples

Public Methods

Method Description
ParsePrimaryKey ( TableRow row ) : string

Get PrimaryKey from a table row

Private Methods

Method Description
AppConfigSetting ( TableRow row ) : System.Collections
Reload ( TableRow row ) : void

Method Details

ParsePrimaryKey() public static method

Get PrimaryKey from a table row
public static ParsePrimaryKey ( TableRow row ) : string
row TableRow
return string