Class AdditionalInformationCollection
A keyed collection of AdditionalInformation.
Inheritance
AdditionalInformationCollection
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class AdditionalInformationCollection : KeyedCollection<string, AdditionalInformation>, IList<AdditionalInformation>, ICollection<AdditionalInformation>, IReadOnlyList<AdditionalInformation>, IReadOnlyCollection<AdditionalInformation>, IEnumerable<AdditionalInformation>, IList, ICollection, IEnumerable
Methods
View SourceGetKeyForItem(AdditionalInformation)
When implemented in a derived class, extracts the key from the specified element.
Declaration
protected override string GetKeyForItem(AdditionalInformation item)
Parameters
| Type | Name | Description |
|---|---|---|
| AdditionalInformation | item | The element from which to extract the key. |
Returns
| Type | Description |
|---|---|
| string | The key for the specified element. |