NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
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... | |
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.
BusinessObject NuxeoClient.Wrappers.BusinessObject.SetName | ( | string | name | ) |
Sets the name of the Business Object.
name | The name of the Business Object. |
///
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.
|
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.