C# Class DDay.iCal.Test.SerializationTest

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

Méthodes publiques

Méthode Description
CompareCalendars ( IICalendar iCal1, IICalendar iCal2 ) : void
CompareComponents ( ICalendarComponent cb1, ICalendarComponent cb2 ) : void
CompareEnumerables ( IEnumerable a1, IEnumerable a2, string value ) : void
iCalendar_LoadFromFile ( Type iCalendarType, string filepath, Encoding encoding ) : IICalendarCollection
iCalendar_LoadFromFile ( string path ) : IICalendarCollection
iCalendar_LoadFromFile ( string filepath, Encoding encoding, ISerializer serializer ) : IICalendarCollection

Private Methods

Méthode Description
Alarm1 ( ) : void
Attachment1 ( ) : void
Attachment2 ( ) : void
Attachment3 ( ) : void
Attachment4 ( ) : void
Attendee1 ( ) : void
Attendee2 ( ) : void
Attendee3 ( ) : void
Bug2033495 ( ) : void
Bug2148092 ( ) : void
Bug2938007 ( ) : void
Bug3177278 ( ) : void
Bug3211934 ( ) : void
Bug3354307 ( ) : void
Bug3363485 ( ) : void
Bug3373224 ( ) : void
Bug3379920 ( ) : void
Bug3485766 ( ) : void
Bug3512192 ( ) : void
Bug3534283 ( ) : void
BugFromForumTopic3355446 ( ) : void
Calendar1 ( ) : void
CalendarParameters1 ( ) : void
CalendarParameters2 ( ) : void
CaseInsensitive1 ( ) : void
CaseInsensitive2 ( ) : void
CaseInsensitive3 ( ) : void
CaseInsensitive4 ( ) : void
Categories1_1 ( ) : void
Categories1_2 ( ) : void
CompareBinary ( string fileName, byte data ) : bool
DateTime1 ( ) : void
DateTime2 ( ) : void
Duration1 ( ) : void
EmptyLines1 ( ) : void
EmptyLines2 ( ) : void
EmptyLines3 ( ) : void
EmptyLines4 ( ) : void
Encoding1 ( ) : void
Encoding2 ( ) : void
Encoding3 ( ) : void
Event1 ( ) : void
Event2 ( ) : void
Event3 ( ) : void
Event4 ( ) : void
Event5 ( ) : void
Event6 ( ) : void
Event7 ( ) : void
Event8 ( ) : void
FreeBusy1 ( ) : void
FreeBusy2 ( ) : void
GeographicLocation1_1 ( ) : void
GeographicLocation1_2 ( ) : void
Google1 ( ) : void
InitAll ( ) : void
Language1 ( ) : void
Language2 ( ) : void
Language3 ( ) : void
Language3_1 ( ) : void
Language4 ( ) : void
LineColumns1 ( ) : void
LineColumns2 ( ) : void
Outlook2007_LineFolds1 ( ) : void
Outlook2007_LineFolds2 ( ) : void
Parameter1 ( ) : void
Parameter2 ( ) : void
Parse1 ( ) : void
ProdID1 ( ) : void
ProdID2 ( ) : void
Property1 ( ) : void
ReadBinary ( string fileName ) : byte[]
RecurrenceDates1 ( ) : void
RequestStatus1 ( ) : void
SerializeTest ( string filename, Type iCalSerializerType ) : void
SerializeTest ( string filename, Type iCalType, Type iCalSerializerType ) : void
String1 ( ) : void
String2 ( ) : void
TimeZone1 ( ) : void
TimeZone2 ( ) : void
TimeZone3 ( ) : void
Todo1 ( ) : void
Todo2 ( ) : void
Todo3 ( ) : void
Todo4 ( ) : void
Todo5 ( ) : void
Todo6 ( ) : void
Todo7 ( ) : void
Transparency1 ( ) : void
Transparency2 ( ) : void
Trigger1 ( ) : void
USHolidays ( ) : void
XProperty1 ( ) : void
XProperty2 ( ) : void
XProperty3 ( ) : void
XProperty4 ( ) : void

Method Details

CompareCalendars() static public méthode

static public CompareCalendars ( IICalendar iCal1, IICalendar iCal2 ) : void
iCal1 IICalendar
iCal2 IICalendar
Résultat void

CompareComponents() static public méthode

static public CompareComponents ( ICalendarComponent cb1, ICalendarComponent cb2 ) : void
cb1 ICalendarComponent
cb2 ICalendarComponent
Résultat void

CompareEnumerables() static public méthode

static public CompareEnumerables ( IEnumerable a1, IEnumerable a2, string value ) : void
a1 IEnumerable
a2 IEnumerable
value string
Résultat void

iCalendar_LoadFromFile() static public méthode

static public iCalendar_LoadFromFile ( Type iCalendarType, string filepath, Encoding encoding ) : IICalendarCollection
iCalendarType Type
filepath string
encoding Encoding
Résultat IICalendarCollection

iCalendar_LoadFromFile() static public méthode

static public iCalendar_LoadFromFile ( string path ) : IICalendarCollection
path string
Résultat IICalendarCollection

iCalendar_LoadFromFile() static public méthode

static public iCalendar_LoadFromFile ( string filepath, Encoding encoding, ISerializer serializer ) : IICalendarCollection
filepath string
encoding Encoding
serializer ISerializer
Résultat IICalendarCollection