C# Class Reckoning.Game.Notifier.NotifierTournament

Mostra file Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
Format ETournamentFormats
Games List
ID ulong
NextEventTime string
Players List
Style ETournamentStyle

Public Methods

Method Description
NotifierTournament ( TournamentDesc info ) : System
NotifierTournament ( TournamentInfo info ) : System

Method Details

NotifierTournament() public method

public NotifierTournament ( TournamentDesc info ) : System
info TournamentDesc
return System

NotifierTournament() public method

public NotifierTournament ( TournamentInfo info ) : System
info TournamentInfo
return System

Property Details

Format public_oe property

public ETournamentFormats Format
return ETournamentFormats

Games public_oe property

public List Games
return List

ID public_oe property

public ulong ID
return ulong

NextEventTime public_oe property

public string NextEventTime
return string

Players public_oe property

public List Players
return List

Style public_oe property

public ETournamentStyle Style
return ETournamentStyle