ResourceBaseWithLinks<TLinks> Class

Definition

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
ResourceBaseWithLinks<TLinks>
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.

Applies to