ItemChange class
Represents a change on an item as returned by a synchronization operation.
Constructors
-
ItemChange()
-
Initializes a new instance of ItemChange.
Properties
-
changeType
↔ ChangeType?
-
The type of change.
getter/setter pairinherited
-
ChangeType
↔ ChangeType?
-
Gets the type of the change.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ ServiceId?
-
The Id of the service object the change applies to.
getter/setter pairinherited
-
Id
↔ ServiceId?
-
Gets or sets the Id of the service object the change applies to.
getter/setter pairinherited
-
IsRead
↔ bool?
-
Gets the IsRead property for the item that the change applies to. IsRead is
only valid when ChangeType is equal to ChangeType.ReadFlagChange.
getter/setter pair
-
Item
→ Item?
-
Gets the item the change applies to. Item is null when ChangeType is equal to
either ChangeType.Delete or ChangeType.ReadFlagChange. In those cases, use the
ItemId property to retrieve the Id of the item that was deleted or whose IsRead
property changed.
no setter
-
ItemId
→ ItemId?
-
Gets the Id of the item the change applies to.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceObject
↔ ServiceObject?
-
The service object the change applies to.
getter/setter pairinherited
-
ServiceObject
↔ ServiceObject?
-
Gets or sets the service object the change applies to.
getter/setter pairinherited