Table of Contents

Class Links

Namespace
Steeltoe.Management.Endpoint.Hypermedia
Assembly
Steeltoe.Management.EndpointBase.dll

A typed collection of links

public class Links
Inheritance
Links
Inherited Members

Properties

Gets or sets the type of links contained in this collection

public string Type { get; set; }

Property Value

string

Gets or sets the list of links contained in this collection

public Dictionary<string, Link> _links { get; set; }

Property Value

Dictionary<string, Link>