C# Class Zepheus.FiestaLib.SHN.SHNColumn

Inheritance: System.Data.DataColumn
Datei anzeigen Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Methods

Method Description
GetType ( uint pCode ) : Type
GetType ( Type type ) : byte
Load ( Zepheus.FiestaLib.SHN.SHNReader reader, int &unkcount ) : void
Load ( ShineTableParser baser, int maxstringlen ) : void
Write ( Zepheus.FiestaLib.SHN.SHNWriter writer ) : void

Method Details

GetType() public static method

public static GetType ( uint pCode ) : Type
pCode uint
return System.Type

GetType() public static method

public static GetType ( Type type ) : byte
type System.Type
return byte

Load() public method

public Load ( Zepheus.FiestaLib.SHN.SHNReader reader, int &unkcount ) : void
reader Zepheus.FiestaLib.SHN.SHNReader
unkcount int
return void

Load() public method

public Load ( ShineTableParser baser, int maxstringlen ) : void
baser ShineTableParser
maxstringlen int
return void

Write() public method

public Write ( Zepheus.FiestaLib.SHN.SHNWriter writer ) : void
writer Zepheus.FiestaLib.SHN.SHNWriter
return void