An NDoc Documented Class Library

TodoEmitter Members

TodoEmitter overview

Public Instance Constructors

TodoEmitter Constructor Constructor of the class

Public Instance Properties

Ended (inherited from StateEmitter) This property get whether or not the StateEmitter has finished to parse
RRule This property it's used to correctly set the RecurrencePattern in the TaskItem class. In fact, this property has to be initialized in a strict order, or there would be some errors in the recurrence inside Outlook!
VParser (inherited from StateEmitter) Returns null, cannot set

Public Instance Methods

doAttribute (inherited from StateEmitter) Only throw NotImplementedException
doBegin (inherited from StateEmitter) Only throw NotImplementedException
doComponent (inherited from StateEmitter) Only throw NotImplementedException
doComponentBegin (inherited from StateEmitter) Only throw NotImplementedException
doEnd (inherited from StateEmitter) Only throw NotImplementedException
doEndComponent This method saves the TaskItem inside Outlook
doID The ID is the name of an entry in the iCalendar. This method is called when the parser has found an entry without any additional attributes
doIntro (inherited from StateEmitter) Only throw NotImplementedException
doIprop This method is used when an iProp property is found. In this case, is used only in DUE cases.
doMailto (inherited from StateEmitter) Only throw NotImplementedException
doOutro (inherited from StateEmitter) Only throw NotImplementedException
doResource (inherited from StateEmitter) Only throw NotImplementedException
doResourceBegin (inherited from StateEmitter) Only throw NotImplementedException
doRest The rest is the value of the entry defined by the ID in case there are additional attributes. Works with "SUMMARY", "DTSTART", "DUE" and "DESCRIPTION" properties
doSymbolic (inherited from StateEmitter) Only throw NotImplementedException
doURIResource (inherited from StateEmitter) Only throw NotImplementedException
doValueProperty The value property is the value of the entry defined by the ID, when there are no additional attributes in the entry. Works with "SUMMARY", "DTSTART", "DUE", "DESCRIPTION" and "BODY" properties
emit (inherited from StateEmitter) Only throw NotImplementedException
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
SetEnded (inherited from StateEmitter) This method set whether or not the StateEmitter has finished to parse

See Also

TodoEmitter Class | RemoteCalendars.Core Namespace