NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Member Functions | Properties | List of all members
NuxeoClient.Wrappers.Documents Class Reference

Represents a Documents entity, which contains a collection of Document. More...

Public Member Functions

 Documents ()
 Initializes a new instance of Documents. More...
 
- Public Member Functions inherited from NuxeoClient.Wrappers.Entity
 Entity ()
 Initializes a new instance of Entity. More...
 

Properties

List< DocumentEntries [get, protected set]
 Gets the list of documents. More...
 
- Properties inherited from NuxeoClient.Wrappers.Entity
string EntityType [get, set]
 Gets the entity type. More...
 

Detailed Description

Represents a Documents entity, which contains a collection of Document.

Definition at line 27 of file Documents.cs.

Inheritance diagram for NuxeoClient.Wrappers.Documents:
NuxeoClient.Wrappers.Entity NuxeoClient.Wrappers.Pageable

Constructor & Destructor Documentation

NuxeoClient.Wrappers.Documents.Documents ( )

Initializes a new instance of Documents.

Definition at line 38 of file Documents.cs.

Property Documentation

List<Document> NuxeoClient.Wrappers.Documents.Entries
getprotected set

Gets the list of documents.

Definition at line 33 of file Documents.cs.