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

Represents a Children Adapter, which returns the children of the target Document. More...

Public Member Functions

 ChildrenAdapter ()
 Initializes a new instance of ChildrenAdapter. 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 a Children Adapter, which returns the children of the target Document.

For more details about Adapters, check Nuxeo Documentation Page.

Definition at line 25 of file ChildrenAdapter.cs.

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

Constructor & Destructor Documentation

NuxeoClient.Adapters.ChildrenAdapter.ChildrenAdapter ( )

Initializes a new instance of ChildrenAdapter.

Definition at line 30 of file ChildrenAdapter.cs.