C# 클래스 withSIX.Mini.Infra.Data.Services.GameSettingsViewModelFactory

상속: IGameSettingsViewModelFactory, IInfrastructureService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
CreateApiModel ( Game game ) : IGameSettingsApiModel
GameSettingsViewModelFactory ( IAssemblyService ass ) : System

비공개 메소드들

메소드 설명
GetApiModelType ( Type x ) : Type
GetApiModelTypeRegistry ( ) : Type>.IDictionary
GetGameSettingsTypes ( ) : IEnumerable
GetTypesSafe ( Assembly x ) : System.Type[]
GetViewModelType ( Type x ) : Type
GetViewModelTypeRegistry ( ) : Type>.IDictionary
IsGameSettingsType ( Type x ) : bool
MapToApiModelTypeName ( Type x ) : string
MapToViewModelTypeName ( Type x ) : string

메소드 상세

CreateApiModel() 공개 메소드

public CreateApiModel ( Game game ) : IGameSettingsApiModel
game Game
리턴 IGameSettingsApiModel

GameSettingsViewModelFactory() 공개 메소드

public GameSettingsViewModelFactory ( IAssemblyService ass ) : System
ass IAssemblyService
리턴 System