JsonReferenceBase<T>
public abstract class JsonReferenceBase<T> : IJsonReferenceBase, IDocumentPathProvider where T : IJsonReference
A base class which may reference another object.
Gets the document path (URI or file path) for resolving relative references.
Gets or sets the referenced object.
protected JsonReferenceBase()