C# Class DDay.iCal.Test.TodoTest

显示文件 Open project: nachocove/DDay-iCal-Xamarin Class Usage Examples

Public Methods

Method Description
TestTodoActive ( string calendar, ArrayList items ) : void
TestTodoCompleted ( string calendar, ArrayList items ) : void

Private Methods

Method 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 method

public TestTodoActive ( string calendar, ArrayList items ) : void
calendar string
items System.Collections.ArrayList
return void

TestTodoCompleted() public method

public TestTodoCompleted ( string calendar, ArrayList items ) : void
calendar string
items System.Collections.ArrayList
return void