Show / Hide Table of Contents

Class SimpleLinksCollectionObject

A simple implementation of ILinksCollectionObject that can be used as a base class for other objects.

Inheritance
System.Object
SimpleLinksCollectionObject
Implements
ILinksCollectionObject
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public class SimpleLinksCollectionObject : object, ILinksCollectionObject

Constructors

| Improve this Doc View Source

SimpleLinksCollectionObject()

Initializes a new instance of the SimpleLinksCollectionObject class.

Declaration
public SimpleLinksCollectionObject()

Properties

| Improve this Doc View Source

Links

Gets the links.

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

Implements

ILinksCollectionObject

Extension Methods

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