Interface IPropertyCollection<TProperty, TPropertyDefinition>
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Property collection interface.
public interface IPropertyCollection<TProperty, TPropertyDefinition> where TProperty : IDmsProperty<TPropertyDefinition> where TPropertyDefinition : IDmsPropertyDefinition
Type Parameters
TProperty
The property type.
TPropertyDefinition
The property definition type.
- Extension Methods
Properties
- Count
Gets the number of properties in this collection.
- this[string]
Gets the property associated with the specified name.