Class SimpleLinksCollectionObject
A simple implementation of ILinksCollectionObject that can be used as a base class for other objects.
Inheritance
System.Object
SimpleLinksCollectionObject
Implements
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public class SimpleLinksCollectionObject : object, ILinksCollectionObject
Constructors
| Improve this Doc View SourceSimpleLinksCollectionObject()
Initializes a new instance of the SimpleLinksCollectionObject class.
Declaration
public SimpleLinksCollectionObject()
Properties
| Improve this Doc View SourceLinks
Gets the links.
Declaration
public ICollection<StacLink> Links { get; set; }
Property Value
Type | Description |
---|---|
ICollection<StacLink> |