DittoSharp  0.4.0-alpha3
Classes | List of all members
DittoSharp.DittoAttachmentStatus Class Reference

A representation of the status of an attachment. More...

Inheritance diagram for DittoSharp.DittoAttachmentStatus:
DittoSharp.DittoAttachmentStatus.Completed DittoSharp.DittoAttachmentStatus.Deleted DittoSharp.DittoAttachmentStatus.Incomplete

Classes

class  Completed
 An attachment status used when the attachment's download has completed. More...
 
class  Deleted
 An attachment status used when the attachment is deleted. More...
 
class  Incomplete
 An attachment status used when the attachment's download is incomplete. More...
 

Detailed Description

A representation of the status of an attachment.

An attachment's status can be one of three types: completed, incomplete, or deleted.

Updates to an attachment's status are delivered by registering a DittoAttachmentFetcher through a call to DittoCollection.FetchAttachment(DittoAttachmentToken, Action<DittoAttachmentStatus>).