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