C# Class BusinessLogic.Logic.PlayedGames.ApplicationLinker

Inheritance: IApplicationLinker
Afficher le fichier Open project: NemeStats/NemeStats Class Usage Examples

Méthodes publiques

Méthode Description
ApplicationLinker ( IDataContext dataContext ) : BusinessLogic.DataAccess
LinkApplication ( int playedGameId, string applicationName, string entityId ) : void

LinkedPlayedGameValidator should be called before calling this method since validation can occur before saving the PlayedGame and this method requires the PlayedGame to be saved first.

Method Details

ApplicationLinker() public méthode

public ApplicationLinker ( IDataContext dataContext ) : BusinessLogic.DataAccess
dataContext IDataContext
Résultat BusinessLogic.DataAccess

LinkApplication() public méthode

LinkedPlayedGameValidator should be called before calling this method since validation can occur before saving the PlayedGame and this method requires the PlayedGame to be saved first.
public LinkApplication ( int playedGameId, string applicationName, string entityId ) : void
playedGameId int
applicationName string
entityId string
Résultat void