C# Класс BusinessLogic.Logic.PlayedGames.ApplicationLinker

Наследование: IApplicationLinker
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ApplicationLinker() публичный Метод

public ApplicationLinker ( IDataContext dataContext ) : BusinessLogic.DataAccess
dataContext IDataContext
Результат BusinessLogic.DataAccess

LinkApplication() публичный Метод

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
Результат void