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

Represents an Audit Adapter that returns the audit trails records corresponding to the target Document. More...

Public Member Functions

 AuditAdapter ()
 Initializes a new instance of AuditAdapter. More...
 
- Public Member Functions inherited from NuxeoClient.Adapters.Adapter
 Adapter (string id)
 Initializes a new instance of Adapter. More...
 
string GetEndpointSuffix ()
 Returns the endpoint suffix to the current Adapter, to be appended to other requests. More...
 

Additional Inherited Members

- Properties inherited from NuxeoClient.Adapters.Adapter
String Id [get, protected set]
 Gets the Adapter's ID. More...
 
String Parameters [get, set]
 Gets the adapter parameters to be sent on the request. More...
 

Detailed Description

Represents an Audit Adapter that returns the audit trails records corresponding to the target Document.

For more details about Adapters, check Nuxeo Documentation Page.

Definition at line 26 of file AuditAdapter.cs.

Inheritance diagram for NuxeoClient.Adapters.AuditAdapter:
NuxeoClient.Adapters.Adapter

Constructor & Destructor Documentation

NuxeoClient.Adapters.AuditAdapter.AuditAdapter ( )

Initializes a new instance of AuditAdapter.

Definition at line 31 of file AuditAdapter.cs.