ResourceCollection<TResource,TLinks> 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.
Contains a collection of resources.
[Newtonsoft.Json.JsonObject]
public class ResourceCollection<TResource,TLinks> : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<TLinks> where TLinks : new()
[<Newtonsoft.Json.JsonObject>]
type ResourceCollection<'Resource, 'Links (requires 'Links : (new : unit -> 'Links))> = class
inherit ResourceBaseWithLinks<'Links (requires 'Links : (new : unit -> 'Links))>
Public Class ResourceCollection(Of TResource, TLinks)
Inherits ResourceBaseWithLinks(Of TLinks)
Type Parameters
- TResource
Type of resources in collection.
- TLinks
The type of the resource collection links.
- Inheritance
- Derived
- Attributes
Constructors
ResourceCollection<TResource,TLinks>(ICollection<TResource>) |
Initializes a new instance of the ResourceCollection<TResource,TLinks> class. |
ResourceCollection<TResource,TLinks>(ResourceCollection<TResource,TLinks>) |
Initializes a new instance of the ResourceCollection<TResource,TLinks> class. |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Items |
Gets the collection items. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
TotalCount |
Gets the total count of the elements in the resource collection. |
Methods
ToString() |
Returns a summary of the resource collection. |