C# Class ArmedCards.Entities.GamePlayerCard

Link record between a GamePlayer and a Card
Mostra file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
GamePlayerCard ( ) : System
GamePlayerCard ( Entities card, Int32 gameID, Int32 userId ) : System
GamePlayerCard ( IDataReader idr ) : System

Method Details

GamePlayerCard() public method

public GamePlayerCard ( ) : System
return System

GamePlayerCard() public method

public GamePlayerCard ( Entities card, Int32 gameID, Int32 userId ) : System
card Entities
gameID System.Int32
userId System.Int32
return System

GamePlayerCard() public method

public GamePlayerCard ( IDataReader idr ) : System
idr IDataReader
return System