Recurrence class

Represents a recurrence pattern, as used by Appointment and Task items.
Inheritance
Implementers

Constructors

Recurrence()
Initializes a new instance of the
Recurrence.withStartDate(TZDateTime? _startDate)
Initializes a new instance of the

Properties

EndDate ↔ TZDateTime?
Gets or sets the date after which the recurrence ends. Setting EndDate resets NumberOfOccurrences.
getter/setter pair
HasEnd bool
Gets a value indicating whether the pattern has a fixed number of occurrences or an end date.
no setter
hashCode int
The hash code for this object.
no setterinherited
IsRegenerationPattern bool
Gets a value indicating whether this instance is regeneration pattern.
no setter
Namespace XmlNamespace
Gets or sets the namespace.
getter/setter pairinherited
NumberOfOccurrences int
Gets or sets the number of occurrences after which the recurrence ends. Setting NumberOfOccurrences resets EndDate.
getter/setter pair
OnChangeList List<IComplexPropertyChangedDelegate>
Occurs when property changed.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
StartDate ↔ TZDateTime?
Gets or sets the date and time when the recurrence start.
getter/setter pair
XmlElementName String?
Gets the name of the XML element.
getter/setter pair

Methods

addOnChangeEvent(IComplexPropertyChangedDelegate change) → void
inherited
CanSetFieldValue<T>(T field, T value) bool
Sets value of field.
inherited
Changed() → dynamic
Instance was changed.
inherited
ClearChangeLog() → void
Clears the change log.
inherited
GetFieldValueOrThrowIfNull<T>(T value, String name) → T
Gets a property value or throw if null.
InternalValidate() → void
Validates this instance.
override
InternalWritePropertiesToXml(EwsServiceXmlWriter writer) → void
Write properties to XML.
IsSame(Recurrence otherRecurrence) bool
Checks if two recurrence objects are identical.
LoadFromXml(EwsServiceXmlReader reader, String? xmlElementName) → void
Loads from XML.
inherited
LoadFromXmlWithNamespace(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String? xmlElementName) → void
Loads from XML.
inherited
NeverEnds() → void
Sets up this recurrence so that it never ends. Calling NeverEnds is equivalent to setting both NumberOfOccurrences and EndDate to null.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ReadAttributesFromXml(EwsServiceXmlReader reader) → void
Reads the attributes from XML.
inherited
ReadTextValueFromXml(EwsServiceXmlReader reader) → void
Reads the text value from XML.
inherited
removeChangeEvent(IComplexPropertyChangedDelegate change) → void
inherited
toString() String
A string representation of this object.
inherited
TryReadElementFromXml(EwsServiceXmlReader reader) bool
Tries to read element from XML.
inherited
TryReadElementFromXmlToPatch(EwsServiceXmlReader reader) bool
Tries to read element from XML to patch this property.
inherited
UpdateFromXml(EwsServiceXmlReader reader, String xmlElementName) → void
Loads from XML to update this property.
inherited
UpdateFromXmlWithNamespace(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName) → void
Loads from XML to update itself.
inherited
Validate() → void
Implements ISelfValidate.Validate. Validates this instance.
inherited
WriteAttributesToXml(EwsServiceXmlWriter writer) → void
Writes the attributes to XML.
inherited
WriteElementsToXml(EwsServiceXmlWriter writer) → void
Writes elements to XML.
override
WriteToXml(EwsServiceXmlWriter writer, String? xmlElementName) → void
Writes to XML.
inherited
WriteToXmlWithNamespace(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String? xmlElementName) → void
Writes to XML.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited