C# Class Zepheus.FiestaLib.SHN.SHNColumn

Inheritance: System.Data.DataColumn
Afficher le fichier Open project: Zepheus/Fiesta_Utils Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetType ( uint pCode ) : Type
pCode uint
Résultat System.Type

GetType() public static méthode

public static GetType ( Type type ) : byte
type System.Type
Résultat byte

Load() public méthode

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

Load() public méthode

public Load ( ShineTableParser baser, int maxstringlen ) : void
baser ShineTableParser
maxstringlen int
Résultat void

Write() public méthode

public Write ( Zepheus.FiestaLib.SHN.SHNWriter writer ) : void
writer Zepheus.FiestaLib.SHN.SHNWriter
Résultat void