C# Class LiveBoard.ViewModel.BoardViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: vapps/Modern_LiveBoard Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clear ( ) : void
CreateNewFilename ( ) : string
LoadAsync ( StorageFile file, IEnumerable templates ) : System.Threading.Tasks.Task

MoveNext ( ) : int

다음 슬라이드로.

Start ( ) : void
Stop ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CreateNewFilename() public static method

public static CreateNewFilename ( ) : string
return string

LoadAsync() public method

public LoadAsync ( StorageFile file, IEnumerable templates ) : System.Threading.Tasks.Task
file Windows.Storage.StorageFile
templates IEnumerable
return System.Threading.Tasks.Task

MoveNext() public method

다음 슬라이드로.
public MoveNext ( ) : int
return int

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void