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

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...
 

Detailed Description

Represents a nuxeo Entity with an unknown entity type.

Definition at line 26 of file UnknowEntity.cs.

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

Constructor & Destructor Documentation

NuxeoClient.Wrappers.UnknowEntity.UnknowEntity ( JToken  json)

Initializes a new instance of UnknowEntity.

Parameters
jsonThe unknown object's JSON representation.

Definition at line 37 of file UnknowEntity.cs.

Property Documentation

JToken NuxeoClient.Wrappers.UnknowEntity.Json
getprotected set

Gets the enclosed json object.

Definition at line 31 of file UnknowEntity.cs.