C# Class SDE.Tools.DatabaseEditor.Engines.Parsers.Trade

Inheritance: ISettable
Datei anzeigen Open project: Tokeiburu/RagnarokSDE

Public Methods

Method Description
GetInt ( ) : int
NeedPrinting ( ) : bool
Set ( object obj ) : void
Set ( string el1, string overr ) : void
ToString ( ) : string
ToWriteString ( ) : string

Method Details

GetInt() public method

public GetInt ( ) : int
return int

NeedPrinting() public method

public NeedPrinting ( ) : bool
return bool

Set() public method

public Set ( object obj ) : void
obj object
return void

Set() public method

public Set ( string el1, string overr ) : void
el1 string
overr string
return void

ToString() public method

public ToString ( ) : string
return string

ToWriteString() public method

public ToWriteString ( ) : string
return string