C# Class NuxeoClient.Wrappers.UnknowEntity

Represents a nuxeo Entity with an unknown entity type.
Inheritance: Entity
Show file Open project: nuxeo/nuxeo-dotnet-client Class Usage Examples

Public Methods

Method Description
UnknowEntity ( JToken json ) : Newtonsoft.Json.Linq

Initializes a new instance of UnknowEntity.

Method Details

UnknowEntity() public method

Initializes a new instance of UnknowEntity.
public UnknowEntity ( JToken json ) : Newtonsoft.Json.Linq
json JToken The unknown object's JSON representation.
return Newtonsoft.Json.Linq