C# Class LiveBoard.ViewModel.BoardViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: vapps/Modern_LiveBoard Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

MoveNext ( ) : int

다음 슬라이드로.

Start ( ) : void
Stop ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewFilename() public static méthode

public static CreateNewFilename ( ) : string
Résultat string

LoadAsync() public méthode

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

MoveNext() public méthode

다음 슬라이드로.
public MoveNext ( ) : int
Résultat int

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void