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

Represents a Custom Document adapter. More...

Public Member Functions

 BusinessAdapter (string type)
 Initializes a new instance of BusinessAdapter. 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...
 

Properties

string Type [get, protected set]
 Gets the document adapter type. More...
 
- 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 Custom Document adapter.

For more details about Custom Document Adapters, check Nuxeo Documentation Page.

Definition at line 25 of file BusinessAdapter.cs.

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

Constructor & Destructor Documentation

NuxeoClient.Adapters.BusinessAdapter.BusinessAdapter ( string  type)

Initializes a new instance of BusinessAdapter.

Parameters
typeThe document adapter type.

Definition at line 37 of file BusinessAdapter.cs.

Property Documentation

string NuxeoClient.Adapters.BusinessAdapter.Type
getprotected set

Gets the document adapter type.

The document adapter's type is refected by the JSON object's "entity-type" property.

Definition at line 31 of file BusinessAdapter.cs.