C# 클래스 NuxeoClient.Wrappers.UnknowEntity

Represents a nuxeo Entity with an unknown entity type.
상속: Entity
파일 보기 프로젝트 열기: nuxeo/nuxeo-dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
UnknowEntity ( JToken json ) : Newtonsoft.Json.Linq

Initializes a new instance of UnknowEntity.

메소드 상세

UnknowEntity() 공개 메소드

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