Interface IStacPropertiesContainer
Common interface for all Stac objects
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public interface IStacPropertiesContainer
Properties
| Improve this Doc View SourceProperties
Gets the properties.
Declaration
IDictionary<string, object> Properties { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> |
StacObjectContainer
Gets the StacObjectContainer.
Declaration
IStacObject StacObjectContainer { get; }
Property Value
Type | Description |
---|---|
IStacObject |