NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
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... | |
Represents a Custom Document adapter.
For more details about Custom Document Adapters, check Nuxeo Documentation Page.
Definition at line 25 of file BusinessAdapter.cs.
NuxeoClient.Adapters.BusinessAdapter.BusinessAdapter | ( | string | type | ) |
Initializes a new instance of BusinessAdapter.
type | The document adapter type. |
Definition at line 37 of file BusinessAdapter.cs.
|
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.