C# Class GameBase.Config.FieldInfo

显示文件 Open project: dream-young-soul/soul Class Usage Examples

Public Methods

Method Description
FieldInfo ( String field, String text ) : System
GetFieldValueToKey ( String k ) : String
GetFileValueToRow ( int row ) : String

Method Details

FieldInfo() public method

public FieldInfo ( String field, String text ) : System
field String
text String
return System

GetFieldValueToKey() public method

public GetFieldValueToKey ( String k ) : String
k String
return String

GetFileValueToRow() public method

public GetFileValueToRow ( int row ) : String
row int
return String