NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Namespaces | Classes
NuxeoClient Namespace Reference

Namespaces

namespace  Adapters
 
namespace  Wrappers
 

Classes

class  Authorization
 Represents the Athorization credentials to be sent on every request to the nuxeo server. More...
 
class  Blob
 Represents a blob, that might enclose a whole file or a chunk. More...
 
class  Client
 A client that provides all the methods required to perform Automation operations and REST CRUD operations on an instance of the Nuxeo Server. More...
 
class  ExtensionMethods
 Extension methods used by NuxeoClient. More...
 
class  FailedHandshakeException
 The exception that is thrown when the handshake between the Nuxeo client and the server fails. The handshake is performed whenever a new batch is requested from the server. More...
 
class  FailedToUploadException
 The exception that is thrown when the uploader fails to upload a file to the Nuxeo server. More...
 
interface  IMarshaller
 Defines methods to marshal and unmarshal nuxeo object to and from JSON. More...
 
class  Marshaller
 This object is responsible for the conversions between JSON objects received from the Nuxeo server and C# Nuxeo Objects. More...
 
class  MimeTypeMap
 Provides a huge dictionary of file extensions to mime types. Taken from GitHub. More...
 
class  Operation
 Represents a Nuxeo Automation Operation. More...
 
class  ServerException
 The exception that is thrown when an instance of the Nuxeo server throws an exception. More...
 
class  Uploader
 Provides a cass for uploading files to a Nuxeo server. Files can be uploaded as a whole or in several chunks. More...
 
class  UploadJob
 Represents an upload job, used either by the Uploader and the Batch classes. And upload job might refer to the upload of a whole file or a chunk of a file. More...
 
class  WebProxy
 A simple class representing the WebProxy class, which is not yet implemented on the dotnet/corefx project. More...