C# Class WikiCalendar.CalendarEvent

Structure for storing informtaion about event.
Afficher le fichier Open project: irfiit/wikipedia Class Usage Examples

Méthodes publiques

Méthode Description
CalendarEvent ( ) : System
CalendarEvent ( System.Xml.Linq.XElement page ) : System
describeEvent ( ) : void
exportXML ( ) : System.Xml.Linq.XElement
setDateId ( int _day, int _month, int _year ) : void
setDates ( String _input, String dateExtractPattern, String eventDateLine ) : void

Private Methods

Méthode Description
extractEventType ( String _dateLine ) : String
getMonthFromText ( String text ) : short

Method Details

CalendarEvent() public méthode

public CalendarEvent ( ) : System
Résultat System

CalendarEvent() public méthode

public CalendarEvent ( System.Xml.Linq.XElement page ) : System
page System.Xml.Linq.XElement
Résultat System

describeEvent() public méthode

public describeEvent ( ) : void
Résultat void

exportXML() public méthode

public exportXML ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

setDateId() public méthode

public setDateId ( int _day, int _month, int _year ) : void
_day int
_month int
_year int
Résultat void

setDates() public méthode

public setDates ( String _input, String dateExtractPattern, String eventDateLine ) : void
_input String
dateExtractPattern String
eventDateLine String
Résultat void