Show / Hide Table of Contents

Interface IStacPropertiesContainer

Common interface for all Stac objects

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

Properties

| Improve this Doc View Source

Properties

Gets the properties.

Declaration
IDictionary<string, object> Properties { get; }
Property Value
Type Description
IDictionary<System.String, System.Object>
| Improve this Doc View Source

StacObjectContainer

Gets the StacObjectContainer.

Declaration
IStacObject StacObjectContainer { get; }
Property Value
Type Description
IStacObject

Extension Methods

StacAccessorsHelpers.SetProperty(IStacPropertiesContainer, String, Object)
StacAccessorsHelpers.GetProperty(IStacPropertiesContainer, String)
StacAccessorsHelpers.GetProperty<T>(IStacPropertiesContainer, String)
StacAccessorsHelpers.ToStringByAttributes(Object)
StacAccessorsHelpers.GetObservableCollectionProperty<T>(IStacPropertiesContainer, String)
StacAccessorsHelpers.RemoveProperty(IStacPropertiesContainer, String)
StacExtensions.GetDeclaredExtensions(IStacPropertiesContainer)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX