Click or drag to resize
MobileObjectCollectionT Properties

The MobileObjectCollectionT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
IReadOnlyList member.
Public propertyHasConflict
Returns true if offline updates resulted in a conflict on the service, false otherwise.
(Inherited from MobileResource.)
Public propertyHasOfflineCommitError
Returns true if committing an offline update to the service resulted in an error from the service.
(Inherited from MobileResource.)
Public propertyHasOfflineUpdates
Returns true if the resource has pending offline updates, false otherwise.
(Inherited from MobileResource.)
Public propertyIsPendingOfflineDelete
Returns true if the resource was deleted while offline, false otherwise.
(Inherited from MobileResource.)
Public propertyIsPinned
Returns true if this resource is pinned, false otherwise. Pinned resources are not evicted and can be synchronized in a batch by calling Synchronizer.SynchronizePinnedResourcesAsync.
(Inherited from MobileResource.)
Public propertyItem
IReadOnlyList member.
Public propertyLastSyncTime
The time that this resource was last synchronized, null if it was never synchronized ex if it was just created locally.
(Inherited from MobileResource.)
Public propertyUri
The Uri of the object. For locally created objects that are not yet committed to the service, a unique Uri is generated in its endpoint that would be updated by the service.
(Inherited from MobileResource.)
Top
See Also