C# Class PlayOnline.FFXI.Things.Item

Inheritance: PlayOnline.FFXI.Things.Thing
Mostra file Open project: Windower/POLUtils

Public Methods

Method 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

Protected Methods

Method Description
LoadField ( string Field, System Node ) : void

Private Methods

Method Description
ReadString ( BinaryReader BR, Encoding E ) : string

Method Details

Clear() public method

public Clear ( ) : void
return void

DeduceType() public static method

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

GetAllFields() public method

public GetAllFields ( ) : List
return List

GetFieldText() public method

public GetFieldText ( string Field ) : string
Field string
return string

GetFieldValue() public method

public GetFieldValue ( string Field ) : object
Field string
return object

GetPropertyPages() public method

public GetPropertyPages ( ) : List
return List

HasField() public method

public HasField ( string Field ) : bool
Field string
return bool

Item() public method

public Item ( ) : System
return System

LoadField() protected method

protected LoadField ( string Field, System Node ) : void
Field string
Node System
return void

Read() public method

public Read ( BinaryReader BR, Type T ) : bool
BR System.IO.BinaryReader
T System.Type
return bool

ToString() public method

public ToString ( ) : string
return string