C# Class GW2PAO.API.Data.DungeonsTable

The Dungeons Table containing all information about the various dungeons
Datei anzeigen Open project: SamHurne/gw2pao Class Usage Examples

Public Properties

Property Type Description
FileName string

Public Methods

Method Description
CreateTable ( ) : void

Loads the world events time table file

DungeonsTable ( ) : System

Default constructor

LoadTable ( ) : DungeonsTable

Loads the world events time table file

Method Details

CreateTable() public static method

Loads the world events time table file
public static CreateTable ( ) : void
return void

DungeonsTable() public method

Default constructor
public DungeonsTable ( ) : System
return System

LoadTable() public static method

Loads the world events time table file
public static LoadTable ( ) : DungeonsTable
return DungeonsTable

Property Details

FileName public_oe static_oe property

File name for the table
public static string FileName
return string