C# Class ScheduleApp.PhraseManager

Afficher le fichier Open project: AndyCYao/AndroidSchedulerApp Class Usage Examples

Méthodes publiques

Méthode Description
AddPhrase ( Phrase input ) : int
Load ( string path ) : Task
PhraseAt ( int index ) : Phrase
PhraseCount ( ) : int
PhraseManager ( string filePath = "" ) : System.Collections.Generic
RemovePhrase ( Phrase input ) : int
RemovePhraseAt ( int index ) : int
Save ( string path ) : void

Method Details

AddPhrase() public méthode

public AddPhrase ( Phrase input ) : int
input Phrase
Résultat int

Load() public méthode

public Load ( string path ) : Task
path string
Résultat Task

PhraseAt() public méthode

public PhraseAt ( int index ) : Phrase
index int
Résultat Phrase

PhraseCount() public méthode

public PhraseCount ( ) : int
Résultat int

PhraseManager() public méthode

public PhraseManager ( string filePath = "" ) : System.Collections.Generic
filePath string
Résultat System.Collections.Generic

RemovePhrase() public méthode

public RemovePhrase ( Phrase input ) : int
input Phrase
Résultat int

RemovePhraseAt() public méthode

public RemovePhraseAt ( int index ) : int
index int
Résultat int

Save() public méthode

public Save ( string path ) : void
path string
Résultat void