C# 클래스 GW2PAO.API.Data.MetaEventsTable

Data table containing meta event cycle information
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filename string

공개 메소드들

메소드 설명
CreateTable ( ) : void

Creates the meta events data xml file

LoadTable ( ) : MetaEventsTable

Loads the meta events data xml file

MetaEventsTable ( ) : System

Default constructor

메소드 상세

CreateTable() 공개 정적인 메소드

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

LoadTable() 공개 정적인 메소드

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

MetaEventsTable() 공개 메소드

Default constructor
public MetaEventsTable ( ) : System
리턴 System

프로퍼티 상세

Filename 공개적으로 정적으로 프로퍼티

File name for the data xml file
public static string Filename
리턴 string