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 SourcePropertyObservableCollection(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 SourceKey
Gets the property key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String | The property key. |
PropertiesContainer
Gets the properties container.
Declaration
public IStacPropertiesContainer PropertiesContainer { get; }
Property Value
Type | Description |
---|---|
IStacPropertiesContainer | The properties container. |