NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
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... | |
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.
NuxeoClient.Wrappers.Entity.Entity | ( | ) |