The DocumentArchiveFactory type exposes the following members.

Constructors

  NameDescription
DocumentArchiveFactory
Initializes a new instance of the DocumentArchiveFactory class

Methods

  NameDescription
AddDocument
Adds a newly created Document and persisting it in the database.
AddDocumentArchive
Adds a document archive to the database
ConstructContent
Constructs a Content object from the passed DbDataReader object.
ConstructDocument
ConstructDocumentArchive
Constructs a DocumentArchive from the passed DbDataReader object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetContents
Retrieves a ContentCollection of both folders/DocumentArchives and Documents in the specified DocumentArchive
GetDocument
Gets the Document for the specified id from persistent storage.
GetDocumentArchive
Gets the document archive for the specified id.
GetDocuments
Retrieves the Documents from the passed DocumentArchive.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveDocument
Removes a Document from the database.
RemoveDocumentArchive
Removes a DocumentArchive from the database.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateDocument
Updates the Document and persisting the changes in the database
UpdateDocumentArchive
Updates a DocumentArchive and persisting the changes in the database.

Properties

  NameDescription
Instance

See Also