C# Class NuxeoClient.Wrappers.UnknowEntity

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

Méthodes publiques

Méthode Description
UnknowEntity ( JToken json ) : Newtonsoft.Json.Linq

Initializes a new instance of UnknowEntity.

Method Details

UnknowEntity() public méthode

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