ResourceBaseWithLinks<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.
Base class for resources that have links.
public abstract class ResourceBaseWithLinks<TLinks> : Microsoft.Store.PartnerCenter.Models.ResourceBase where TLinks : new()
type ResourceBaseWithLinks<'Links (requires 'Links : (new : unit -> 'Links))> = class
inherit ResourceBase
Public MustInherit Class ResourceBaseWithLinks(Of TLinks)
Inherits ResourceBase
Type Parameters
- TLinks
The type of the links the class holds.
- Inheritance
- Derived
Constructors
ResourceBaseWithLinks<TLinks>() |
Initializes a new instance of the ResourceBaseWithLinks<TLinks> class. |
ResourceBaseWithLinks<TLinks>(String) |
Initializes a new instance of the ResourceBaseWithLinks<TLinks> class. |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
Links |
Gets or sets the resource links. |