CatalogData Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CatalogData() | ||
CatalogData(IEnumerable<CatalogNode>, Int32) | Creates a CatalogData object that is ready to be sent over a web service. | |
CatalogData(IEnumerable<CatalogResource>, Int32) | Creates a CatalogData object that is ready to be sent over a web service. | |
CatalogData(IEnumerable<CatalogResource>, IEnumerable<CatalogResource>, IEnumerable<CatalogNode>, Int32) | Creates a CatalogData object that is ready to be sent over a web service. |
Top