C# Class GW2PAO.API.Data.MetaEventsTable

Data table containing meta event cycle information
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

Creates the meta events data xml file

LoadTable ( ) : MetaEventsTable

Loads the meta events data xml file

MetaEventsTable ( ) : System

Default constructor

Method Details

CreateTable() public static méthode

Creates the meta events data xml file
public static CreateTable ( ) : void
Résultat void

LoadTable() public static méthode

Loads the meta events data xml file
public static LoadTable ( ) : MetaEventsTable
Résultat MetaEventsTable

MetaEventsTable() public méthode

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

Property Details

Filename public_oe static_oe property

File name for the data xml file
public static string Filename
Résultat string