C# Class withSIX.Play.Applications.ViewModels.Games.Overlays.MissionUploadViewModel

Inheritance: OverlayViewModelBase
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
MissionUploadViewModel ( IContentManager missionList ) : System

Private Methods

Method Description
GetValidity ( string missionName, bool uploadNew, bool uploadExisting ) : bool
Submit ( ) : System.Threading.Tasks.Task
TryPublish ( ) : System.Threading.Tasks.Task
ValidateMissionName ( string missionName ) : bool

Method Details

MissionUploadViewModel() public method

public MissionUploadViewModel ( IContentManager missionList ) : System
missionList IContentManager
return System