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

Represents an entity obtained from the responses from the Nuxeo server. An Entity is represented by a JSON object, obtained from the server's response to a requests. Conversion between JSON and Native types is made by IMarshaller. A class extending Entity must should annotate with JsonPropertyAttribute every property that should be serialized. More...

Public Member Functions

 Entity ()
 Initializes a new instance of Entity. More...
 

Properties

string EntityType [get, set]
 Gets the entity type. More...
 

Detailed Description

Represents an entity obtained from the responses from the Nuxeo server. An Entity is represented by a JSON object, obtained from the server's response to a requests. Conversion between JSON and Native types is made by IMarshaller. A class extending Entity must should annotate with JsonPropertyAttribute every property that should be serialized.

For more details about Nuxeo entities, check Nuxeo Documentation Center. For more details about JsonPropertyAttribute, check Json .NET Document.

Definition at line 36 of file Entity.cs.

Inheritance diagram for NuxeoClient.Wrappers.Entity:
NuxeoClient.Wrappers.BatchFile NuxeoClient.Wrappers.BatchInfo NuxeoClient.Wrappers.BusinessObject NuxeoClient.Wrappers.Document NuxeoClient.Wrappers.Documents NuxeoClient.Wrappers.EntityList NuxeoClient.Wrappers.UnknowEntity NuxeoClient.Wrappers.Batch NuxeoClient.Wrappers.Pageable

Constructor & Destructor Documentation

NuxeoClient.Wrappers.Entity.Entity ( )

Initializes a new instance of Entity.

Definition at line 47 of file Entity.cs.

Property Documentation

string NuxeoClient.Wrappers.Entity.EntityType
getset

Gets the entity type.

Definition at line 42 of file Entity.cs.