Show / Hide Table of Contents

Interface IStacSummaryItem

Provides the summary item interface for Collections

Namespace: Stac.Collection
Assembly: DotNetStac.dll
Syntax
public interface IStacSummaryItem : IEnumerable<JToken>

Properties

| Improve this Doc View Source

AsJToken

Gets the summary item as a JToken

Declaration
JToken AsJToken { get; }
Property Value
Type Description
JToken

The summary item as a JToken

| Improve this Doc View Source

Item[Object]

Gets or sets the summary value with the specified fields (for objects only)

Declaration
JToken this[object key] { get; }
Parameters
Type Name Description
System.Object key

The key.

Property Value
Type Description
JToken

The .

Methods

| Improve this Doc View Source

Enumerate()

Gets the summary item as a JToken

Declaration
IEnumerable<object> Enumerate()
Returns
Type Description
IEnumerable<System.Object>

The summary item as a JToken

Extension Methods

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