C# Class PlayOnline.FFXI.Things.Item

Inheritance: PlayOnline.FFXI.Things.Thing
Afficher le fichier Open project: Windower/POLUtils

Méthodes publiques

Méthode Description
Clear ( ) : void
DeduceType ( BinaryReader BR, Type &T ) : void
GetAllFields ( ) : List
GetFieldText ( string Field ) : string
GetFieldValue ( string Field ) : object
GetPropertyPages ( ) : List
HasField ( string Field ) : bool
Item ( ) : System
Read ( BinaryReader BR, Type T ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
LoadField ( string Field, System Node ) : void

Private Methods

Méthode Description
ReadString ( BinaryReader BR, Encoding E ) : string

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DeduceType() public static méthode

public static DeduceType ( BinaryReader BR, Type &T ) : void
BR System.IO.BinaryReader
T System.Type
Résultat void

GetAllFields() public méthode

public GetAllFields ( ) : List
Résultat List

GetFieldText() public méthode

public GetFieldText ( string Field ) : string
Field string
Résultat string

GetFieldValue() public méthode

public GetFieldValue ( string Field ) : object
Field string
Résultat object

GetPropertyPages() public méthode

public GetPropertyPages ( ) : List
Résultat List

HasField() public méthode

public HasField ( string Field ) : bool
Field string
Résultat bool

Item() public méthode

public Item ( ) : System
Résultat System

LoadField() protected méthode

protected LoadField ( string Field, System Node ) : void
Field string
Node System
Résultat void

Read() public méthode

public Read ( BinaryReader BR, Type T ) : bool
BR System.IO.BinaryReader
T System.Type
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string