C# Class Project290.Storage.PlayerScore

This is an object used to repersent a player (by Gamertag) and his score.
Mostrar archivo Open project: scastle/Solitude

Public Methods

Method Description
PlayerScore ( string gamertag, int scores ) : System

Initializes a new instance of the PlayerScore class.

ToString ( int columnIndex ) : string

Returns a System.String that represents this instance.

Method Details

PlayerScore() public method

Initializes a new instance of the PlayerScore class.
public PlayerScore ( string gamertag, int scores ) : System
gamertag string The gamertag.
scores int The scores.
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( int columnIndex ) : string
columnIndex int Index of the column.
return string