Show / Hide Table of Contents

Class VersionStacExtension

Helper class to access the fields defined by the Version extension

Inheritance
System.Object
StacPropertiesContainerExtension
VersionStacExtension
Implements
IStacExtension
Inherited Members
StacPropertiesContainerExtension.Identifier
StacPropertiesContainerExtension.StacPropertiesContainer
StacPropertiesContainerExtension.IsDeclared
StacPropertiesContainerExtension.CreateRangeSummaryObject<T>(IEnumerable<T>)
StacPropertiesContainerExtension.CreateSummaryValueSet<T>(IEnumerable<T>)
StacPropertiesContainerExtension.SetProperty(String, Object)
StacPropertiesContainerExtension.RemoveProperty(String)
StacPropertiesContainerExtension.DeclareStacExtension()
StacPropertiesContainerExtension.RemoveStacExtension()
Namespace: Stac.Extensions.Version
Assembly: DotNetStac.dll
Syntax
public class VersionStacExtension : StacPropertiesContainerExtension, IStacExtension

Fields

| Improve this Doc View Source

DeprecatedField

Declaration
public const string DeprecatedField = null
Field Value
Type Description
System.String
| Improve this Doc View Source

JsonSchemaUrl

Declaration
public const string JsonSchemaUrl = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LatestVersionRel

Declaration
public const string LatestVersionRel = null
Field Value
Type Description
System.String
| Improve this Doc View Source

PredecessorVersionRel

Declaration
public const string PredecessorVersionRel = null
Field Value
Type Description
System.String
| Improve this Doc View Source

SuccessorVersionRel

Declaration
public const string SuccessorVersionRel = null
Field Value
Type Description
System.String
| Improve this Doc View Source

VersionField

Declaration
public const string VersionField = null
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

Deprecated

Gets or sets a value indicating whether specifies that the Collection or Item is deprecated with the potential to be removed.

Declaration
public bool Deprecated { get; set; }
Property Value
Type Description
System.Boolean

A value indicating whether specifies that the Collection or Item is deprecated with the potential to be removed.

| Improve this Doc View Source

ItemFields

Gets potential fields and their types

Declaration
public override IDictionary<string, Type> ItemFields { get; }
Property Value
Type Description
IDictionary<System.String, Type>

Potential fields and their types

Overrides
StacPropertiesContainerExtension.ItemFields
| Improve this Doc View Source

Version

Gets or sets version of the Collection or Item.

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String

Version of the Collection or Item.

Methods

| Improve this Doc View Source

GetSummaryFunctions()

Get he potential summary functions for each field that can be summarized

Declaration
public override IDictionary<string, ISummaryFunction> GetSummaryFunctions()
Returns
Type Description
IDictionary<System.String, ISummaryFunction>

Dictionary of summary functions

Overrides
StacPropertiesContainerExtension.GetSummaryFunctions()

Implements

IStacExtension

Extension Methods

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