C# 클래스 ScheduleApp.PhraseManager

파일 보기 프로젝트 열기: AndyCYao/AndroidSchedulerApp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddPhrase() 공개 메소드

public AddPhrase ( Phrase input ) : int
input Phrase
리턴 int

Load() 공개 메소드

public Load ( string path ) : Task
path string
리턴 Task

PhraseAt() 공개 메소드

public PhraseAt ( int index ) : Phrase
index int
리턴 Phrase

PhraseCount() 공개 메소드

public PhraseCount ( ) : int
리턴 int

PhraseManager() 공개 메소드

public PhraseManager ( string filePath = "" ) : System.Collections.Generic
filePath string
리턴 System.Collections.Generic

RemovePhrase() 공개 메소드

public RemovePhrase ( Phrase input ) : int
input Phrase
리턴 int

RemovePhraseAt() 공개 메소드

public RemovePhraseAt ( int index ) : int
index int
리턴 int

Save() 공개 메소드

public Save ( string path ) : void
path string
리턴 void