C# Class DDay.iCal.Test.TodoTest

Afficher le fichier Open project: nachocove/DDay-iCal-Xamarin Class Usage Examples

Méthodes publiques

Méthode Description
TestTodoActive ( string calendar, ArrayList items ) : void
TestTodoCompleted ( string calendar, ArrayList items ) : void

Private Methods

Méthode Description
InitAll ( ) : void
Todo1 ( ) : void
Todo2 ( ) : void
Todo3 ( ) : void
Todo4 ( ) : void
Todo5 ( ) : void
Todo6 ( ) : void
Todo7 ( ) : void
Todo7_1 ( ) : void
Todo8 ( ) : void
Todo9 ( ) : void
iCalendar_LoadFromFile ( string path ) : IICalendarCollection

Method Details

TestTodoActive() public méthode

public TestTodoActive ( string calendar, ArrayList items ) : void
calendar string
items System.Collections.ArrayList
Résultat void

TestTodoCompleted() public méthode

public TestTodoCompleted ( string calendar, ArrayList items ) : void
calendar string
items System.Collections.ArrayList
Résultat void