Show / Hide Table of Contents

Class PropertyObservableCollection<T>

A collection that is observable and that is also stored in a IStacPropertiesContainer as a property.

Inheritance
System.Object
PropertyObservableCollection<T>
Namespace: Stac.Common
Assembly: DotNetStac.dll
Syntax
public class PropertyObservableCollection<T> : ObservableCollection<T>
Type Parameters
Name Description
T

The type of the elements in the collection.

Constructors

| Improve this Doc View Source

PropertyObservableCollection(IStacPropertiesContainer, String)

Initializes a new instance of the PropertyObservableCollection<T> class.

Declaration
public PropertyObservableCollection(IStacPropertiesContainer propertiesContainer, string key)
Parameters
Type Name Description
IStacPropertiesContainer propertiesContainer

The properties container.

System.String key

The property key.

Properties

| Improve this Doc View Source

Key

Gets the property key.

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

The property key.

| Improve this Doc View Source

PropertiesContainer

Gets the properties container.

Declaration
public IStacPropertiesContainer PropertiesContainer { get; }
Property Value
Type Description
IStacPropertiesContainer

The properties container.

Extension Methods

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