ResourceBaseWithLinks<TLinks> Constructors
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.
Overloads
ResourceBaseWithLinks<TLinks>() |
Initializes a new instance of the ResourceBaseWithLinks<TLinks> class. |
ResourceBaseWithLinks<TLinks>(String) |
Initializes a new instance of the ResourceBaseWithLinks<TLinks> class. |
ResourceBaseWithLinks<TLinks>()
Initializes a new instance of the ResourceBaseWithLinks<TLinks> class.
protected ResourceBaseWithLinks ();
Protected Sub New ()
Applies to
ResourceBaseWithLinks<TLinks>(String)
Initializes a new instance of the ResourceBaseWithLinks<TLinks> class.
protected ResourceBaseWithLinks (string objectType);
new Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<'Links (requires 'Links : (new : unit -> 'Links))> : string -> Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<'Links (requires 'Links : (new : unit -> 'Links))>
Protected Sub New (objectType As String)
Parameters
- objectType
- String
The type of the object.