NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents a nuxeo Entity with an unknown entity type. More...
Public Member Functions | |
UnknowEntity (JToken json) | |
Initializes a new instance of UnknowEntity. More... | |
Public Member Functions inherited from NuxeoClient.Wrappers.Entity | |
Entity () | |
Initializes a new instance of Entity. More... | |
Properties | |
JToken | Json [get, protected set] |
Gets the enclosed json object. More... | |
Properties inherited from NuxeoClient.Wrappers.Entity | |
string | EntityType [get, set] |
Gets the entity type. More... | |
Represents a nuxeo Entity with an unknown entity type.
Definition at line 26 of file UnknowEntity.cs.
NuxeoClient.Wrappers.UnknowEntity.UnknowEntity | ( | JToken | json | ) |
Initializes a new instance of UnknowEntity.
json | The unknown object's JSON representation. |
Definition at line 37 of file UnknowEntity.cs.
|
getprotected set |
Gets the enclosed json object.
Definition at line 31 of file UnknowEntity.cs.