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

Represents a Blob Adapter that returns blob corresponding to the Document attribute matching the Xpath. More...

Public Member Functions

BlobAdapter SetXpath (string xpath)
 Sets the blob's Xpath. 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 Xpath [get, protected set]
 Gets the blob's xpath. 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 Blob Adapter that returns blob corresponding to the Document attribute matching the Xpath.

For more details about Adapters, check Nuxeo Documentation Page.

Definition at line 26 of file BlobAdapter.cs.

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

Member Function Documentation

BlobAdapter NuxeoClient.Adapters.BlobAdapter.SetXpath ( string  xpath)

Sets the blob's Xpath.

Parameters
xpathThe xpath attribute.
Returns
The current BlobAdapter instance.

Definition at line 42 of file BlobAdapter.cs.

Property Documentation

string NuxeoClient.Adapters.BlobAdapter.Xpath
getprotected set

Gets the blob's xpath.

Definition at line 31 of file BlobAdapter.cs.