Show / Hide Table of Contents

Class AdditionalInformationCollection

A keyed collection of AdditionalInformation.

Inheritance
object
Collection<AdditionalInformation>
KeyedCollection<string, AdditionalInformation>
AdditionalInformationCollection
Implements
IList<AdditionalInformation>
ICollection<AdditionalInformation>
IReadOnlyList<AdditionalInformation>
IReadOnlyCollection<AdditionalInformation>
IEnumerable<AdditionalInformation>
IList
ICollection
IEnumerable
KeyedCollection<string, AdditionalInformation>.ChangeItemKey(AdditionalInformation, string)
KeyedCollection<string, AdditionalInformation>.ClearItems()
KeyedCollection<string, AdditionalInformation>.Contains(string)
KeyedCollection<string, AdditionalInformation>.GetKeyForItem(AdditionalInformation)
KeyedCollection<string, AdditionalInformation>.InsertItem(int, AdditionalInformation)
KeyedCollection<string, AdditionalInformation>.Remove(string)
KeyedCollection<string, AdditionalInformation>.RemoveItem(int)
KeyedCollection<string, AdditionalInformation>.SetItem(int, AdditionalInformation)
KeyedCollection<string, AdditionalInformation>.TryGetValue(string, out AdditionalInformation)
KeyedCollection<string, AdditionalInformation>.Comparer
KeyedCollection<string, AdditionalInformation>.Dictionary
KeyedCollection<string, AdditionalInformation>.this[string]
Collection<AdditionalInformation>.Add(AdditionalInformation)
Collection<AdditionalInformation>.Clear()
Collection<AdditionalInformation>.ClearItems()
Collection<AdditionalInformation>.Contains(AdditionalInformation)
Collection<AdditionalInformation>.CopyTo(AdditionalInformation[], int)
Collection<AdditionalInformation>.GetEnumerator()
Collection<AdditionalInformation>.IndexOf(AdditionalInformation)
Collection<AdditionalInformation>.Insert(int, AdditionalInformation)
Collection<AdditionalInformation>.InsertItem(int, AdditionalInformation)
Collection<AdditionalInformation>.Remove(AdditionalInformation)
Collection<AdditionalInformation>.RemoveAt(int)
Collection<AdditionalInformation>.RemoveItem(int)
Collection<AdditionalInformation>.SetItem(int, AdditionalInformation)
Collection<AdditionalInformation>.Count
Collection<AdditionalInformation>.this[int]
Collection<AdditionalInformation>.Items
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

GetKeyForItem(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.

Overrides
KeyedCollection<string, AdditionalInformation>.GetKeyForItem(AdditionalInformation)

Implements

IList<T>
ICollection<T>
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IList
ICollection
IEnumerable

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
ListExtensions.ToDataTable<T>(IList<T>)

See Also

AdditionalInformation
AboutDialogCommand
  • View Source
Back to top Generated by DocFX