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

Represents a Business Object that is retrieved and created through a BusinessAdapter. More...

Public Member Functions

 BusinessObject (string adapter)
 
BusinessObject SetName (string name)
 Sets the name of the Business Object. More...
 
- Public Member Functions inherited from NuxeoClient.Wrappers.Entity
 Entity ()
 Initializes a new instance of Entity. More...
 

Properties

string Name [get, set]
 Gets the Business Object's name. More...
 
- Properties inherited from NuxeoClient.Wrappers.Entity
string EntityType [get, set]
 Gets the entity type. More...
 

Detailed Description

Represents a Business Object that is retrieved and created through a BusinessAdapter.

For more details about Business Objects, check Nuxeo Documentation Page.

Definition at line 28 of file BusinessObject.cs.

Inheritance diagram for NuxeoClient.Wrappers.BusinessObject:
NuxeoClient.Wrappers.Entity

Member Function Documentation

BusinessObject NuxeoClient.Wrappers.BusinessObject.SetName ( string  name)

Sets the name of the Business Object.

Parameters
nameThe name of the Business Object.
Returns
The curreint BusinessObject instance.

///

The Business Object's name is only used in the creation process. It is not required for updating or fetching operations.

Definition at line 50 of file BusinessObject.cs.

Property Documentation

string NuxeoClient.Wrappers.BusinessObject.Name
getset

Gets the Business Object's name.

The Business Object's name is only used in the creation process. It is not required for updating or fetching operations.

Definition at line 36 of file BusinessObject.cs.