NotificationEvent class abstract

Represents an event as exposed by push and pull notifications.
Implementers

Constructors

NotificationEvent(EventType? eventType, DateTime? timestamp)
Initializes a new instance of the

Properties

EventType EventType?
Gets the type of this event.
no setter
eventType EventType?
Type of this event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
OldParentFolderId FolderId?
Gets the Id of the old parent folder of the item or folder this event applies to. OldParentFolderId is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, OldParentFolderId is null.
getter/setter pair
oldParentFolderId FolderId?
Id of the old prarent foldero of the item or folder this event applies to. This property is only meaningful when EventType is equal to either EventType.Moved or EventType.Copied. For all other event types, oldParentFolderId will be null.
getter/setter pair
ParentFolderId FolderId?
Gets the Id of the parent folder of the item or folder this event applie to.
getter/setter pair
parentFolderId FolderId?
Id of parent folder of the item or folder this event applies to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TimeStamp DateTime?
Gets the date and time when the event occurred.
no setter
timestamp DateTime?
Date and time when the event occurred.
getter/setter pair

Methods

InternalLoadFromXml(EwsServiceXmlReader reader) Future<void>
Load from XML.
LoadFromXml(EwsServiceXmlReader reader, String xmlElementName) Future<void>
Loads this NotificationEvent from XML.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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