ListRepr

Top  Previous  Next

Description

There are a number of different implementation classes that all inherit from the base class NetworkedPlanet.Web3.Platform.Representations.ListRepr. The only difference between these implementation classes is the type of item that can be added to the list.

 

XML Representation

<ListRepr Start="%integer%" Count="%integer%" Length="%integer%" ListUrl="%list resource uri% Next="%next page uri%" Prev="%previous page uri%">

 <Items>...</Items>

</ListRepr>

 

JSON Representation

{

 Start: %integer%,

 Count: %integer%,

 Length: %integer%,

 ListUrl: "%list resource uri%",

 Next: "%next page uri%",

 Prev: "%prev page uri%",

 Items: array of list item representations

}

 

Notes

 

See Also