C# 클래스 AK.F1.Timing.UI.Results.PlaySessionResultBase

Defines the base class for results which play a session. This class is .
상속: IResult
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
Execute ( Caliburn.PresentationFramework.RoutedMessaging.ResultExecutionContext context ) : void

보호된 메소드들

메소드 설명
CreateSessionPlayer ( ) : ISessionPlayer

When overriden in a derived class; creates the AK.F1.Timing.UI.Services.Session.ISessionPlayer used to play the session specified by the derived action.

메소드 상세

CreateSessionPlayer() 보호된 추상적인 메소드

When overriden in a derived class; creates the AK.F1.Timing.UI.Services.Session.ISessionPlayer used to play the session specified by the derived action.
protected abstract CreateSessionPlayer ( ) : ISessionPlayer
리턴 ISessionPlayer

Execute() 공개 메소드

public Execute ( Caliburn.PresentationFramework.RoutedMessaging.ResultExecutionContext context ) : void
context Caliburn.PresentationFramework.RoutedMessaging.ResultExecutionContext
리턴 void