C# Class Tibialyzer.House

Inheritance: Tibialyzer.TibiaObject
显示文件 Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
beds int
bid int
city string
guildhall bool
hoursleft int
id int
name string
occupied bool
pos Coordinate
sqm int
world string

Public Methods

Method Description
GatherInformationOnline ( string world, string city, bool guildhall ) : bool
GetAttributeHeaders ( ) : List
GetAttributes ( ) : List
GetCommand ( ) : string
GetImage ( ) : Image
GetName ( ) : string
House ( ) : System

Method Details

GatherInformationOnline() public static method

public static GatherInformationOnline ( string world, string city, bool guildhall ) : bool
world string
city string
guildhall bool
return bool

GetAttributeHeaders() public method

public GetAttributeHeaders ( ) : List
return List

GetAttributes() public method

public GetAttributes ( ) : List
return List

GetCommand() public method

public GetCommand ( ) : string
return string

GetImage() public method

public GetImage ( ) : Image
return Image

GetName() public method

public GetName ( ) : string
return string

House() public method

public House ( ) : System
return System

Property Details

beds public_oe property

public int beds
return int

bid public_oe property

public int bid
return int

city public_oe property

public string city
return string

guildhall public_oe property

public bool guildhall
return bool

hoursleft public_oe property

public int hoursleft
return int

id public_oe property

public int id
return int

name public_oe property

public string name
return string

occupied public_oe property

public bool occupied
return bool

pos public_oe property

public Coordinate pos
return Coordinate

sqm public_oe property

public int sqm
return int

world public_oe property

public string world
return string