Class StacObjectLink
A link to a STAC object
Inherited Members
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public class StacObjectLink : StacLink
Properties
| Improve this Doc View SourceContentType
Gets or sets the Content-Type of the link.
Declaration
public override ContentType ContentType { get; set; }
Property Value
Type | Description |
---|---|
ContentType |
Overrides
| Improve this Doc View SourceRelationshipType
Gets or sets the relationship type of the link.
Declaration
public override string RelationshipType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceStacObject
Gets the STAC object
Declaration
public IStacObject StacObject { get; }
Property Value
Type | Description |
---|---|
IStacObject |
Title
Gets or sets the title of the link.
Declaration
public override string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceUri
Gets or sets the URI of the link.
Declaration
public override Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri |