C# Class Reckoning.Game.Notifier.NotifierTournament

Show 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 property

public ETournamentFormats Format
return ETournamentFormats

Games public property

public List Games
return List

ID public property

public ulong ID
return ulong

NextEventTime public property

public string NextEventTime
return string

Players public property

public List Players
return List

Style public property

public ETournamentStyle Style
return ETournamentStyle