C# Class GW2PAO.API.Data.DungeonsTable

The Dungeons Table containing all information about the various dungeons
Afficher le fichier Open project: SamHurne/gw2pao Class Usage Examples

Méthodes publiques

Свойство Type Description
FileName string

Méthodes publiques

Méthode 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 méthode

Loads the world events time table file
public static CreateTable ( ) : void
Résultat void

DungeonsTable() public méthode

Default constructor
public DungeonsTable ( ) : System
Résultat System

LoadTable() public static méthode

Loads the world events time table file
public static LoadTable ( ) : DungeonsTable
Résultat DungeonsTable

Property Details

FileName public_oe static_oe property

File name for the table
public static string FileName
Résultat string