C# Class EveCache.ColumnLookup

显示文件 Open project: jason-watkins/EveCache.Net Class Usage Examples

Private Properties

Property Type Description
ColumnLookup System.Collections.Generic
Insert void

Public Methods

Method Description
LookupId ( string name ) : byte
LookupName ( byte id ) : string

Private Methods

Method Description
ColumnLookup ( ) : System.Collections.Generic
Insert ( string name, byte id ) : void

Method Details

LookupId() public static method

public static LookupId ( string name ) : byte
name string
return byte

LookupName() public static method

public static LookupName ( byte id ) : string
id byte
return string