ResourceCollection<TResource> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds a collection of resources with the default collection resource links.
[Newtonsoft.Json.JsonObject]
public class ResourceCollection<TResource> : Microsoft.Store.PartnerCenter.Models.ResourceCollection<TResource,Microsoft.Store.PartnerCenter.Models.StandardResourceCollectionLinks>
[<Newtonsoft.Json.JsonObject>]
type ResourceCollection<'Resource> = class
inherit ResourceCollection<'Resource, StandardResourceCollectionLinks>
Public Class ResourceCollection(Of TResource)
Inherits ResourceCollection(Of TResource, StandardResourceCollectionLinks)
Type Parameters
- TResource
Type of resources in collection.
- Inheritance
-
ResourceCollection<TResource>
- Derived
- Attributes
Constructors
ResourceCollection<TResource>(ICollection<TResource>) |
Initializes a new instance of the ResourceCollection<TResource> class. |
ResourceCollection<TResource>(ResourceCollection<TResource>) |
Initializes a new instance of the ResourceCollection<TResource> class. |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Items |
Gets the collection items. (Inherited from ResourceCollection<TResource,TLinks>) |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
TotalCount |
Gets the total count of the elements in the resource collection. (Inherited from ResourceCollection<TResource,TLinks>) |
Methods
ToString() |
Returns a summary of the resource collection. (Inherited from ResourceCollection<TResource,TLinks>) |