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

Represents an ACL Adapter that returns the ACLs of the target Document. More...

Public Member Functions

 AclAdapter ()
 Initializes a new instance of AclAdapter. 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 ACL Adapter that returns the ACLs of the target Document.

For more details about Adapters, check Nuxeo Documentation Page.

Definition at line 25 of file AclAdapter.cs.

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

Constructor & Destructor Documentation

NuxeoClient.Adapters.AclAdapter.AclAdapter ( )

Initializes a new instance of AclAdapter.

Definition at line 30 of file AclAdapter.cs.