C# Class UtilJsonApiSerializer.Serialization.Documents.CompoundDocument

Represents a compound document, the root JSON API object returned.
Inheritance: Document
Mostrar archivo Open project: FrontlineEducation/Util-JsonApiSerializer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CompoundDocument ( ) : System.Collections.Generic

Initializes a new instance of the T:System.Object class.

GetPrimaryResourceHref ( ) : string

Method Details

CompoundDocument() public method

Initializes a new instance of the T:System.Object class.
public CompoundDocument ( ) : System.Collections.Generic
return System.Collections.Generic

GetPrimaryResourceHref() public method

public GetPrimaryResourceHref ( ) : string
return string