C# Class GW2PAO.API.Data.MetaEventsTable

Data table containing meta event cycle information
Datei anzeigen Open project: SamHurne/gw2pao Class Usage Examples

Public Properties

Property Type Description
Filename string

Public Methods

Method 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 method

Creates the meta events data xml file
public static CreateTable ( ) : void
return void

LoadTable() public static method

Loads the meta events data xml file
public static LoadTable ( ) : MetaEventsTable
return MetaEventsTable

MetaEventsTable() public method

Default constructor
public MetaEventsTable ( ) : System
return System

Property Details

Filename public_oe static_oe property

File name for the data xml file
public static string Filename
return string