C# 클래스 BusinessLogic.Logic.PlayedGames.ApplicationLinker

상속: IApplicationLinker
파일 보기 프로젝트 열기: NemeStats/NemeStats 1 사용 예제들

공개 메소드들

메소드 설명
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