Show / Hide Table of Contents

Interface ILinksCollectionObject

Interface for objects that have a collection of links

Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public interface ILinksCollectionObject

Properties

| Improve this Doc View Source

Links

Gets the links.

Declaration
ICollection<StacLink> Links { get; }
Property Value
Type Description
ICollection<StacLink>

Extension Methods

StacAccessorsHelpers.ToStringByAttributes(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX