Show / Hide Table of Contents

Class ModuleOutputCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<ModuleOutput>
System.Collections.ObjectModel.KeyedCollection<System.String, ModuleOutput>
CoreKeyedCollection<System.String, ModuleOutput>
ModuleOutputCollection
Implements
System.Collections.Generic.IList<ModuleOutput>
System.Collections.Generic.ICollection<ModuleOutput>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ModuleOutput>
System.Collections.Generic.IReadOnlyCollection<ModuleOutput>
System.Collections.Generic.IEnumerable<ModuleOutput>
System.Collections.IEnumerable
Inherited Members
CoreKeyedCollection<String, ModuleOutput>.TryGetValue(String, ModuleOutput)
CoreKeyedCollection<String, ModuleOutput>.Indexes
CoreKeyedCollection<String, ModuleOutput>.ClearItems()
CoreKeyedCollection<String, ModuleOutput>.InsertItem(Int32, ModuleOutput)
CoreKeyedCollection<String, ModuleOutput>.RemoveItem(Int32)
CoreKeyedCollection<String, ModuleOutput>.SetItem(Int32, ModuleOutput)
CoreKeyedCollection<String, ModuleOutput>.ResetIndexes()
CoreKeyedCollection<String, ModuleOutput>.SetKeyForItem(ModuleOutput, String)
CoreKeyedCollection<String, ModuleOutput>.UpdateKey(ModuleOutput, String)
CoreKeyedCollection<String, ModuleOutput>.InsertRange(Int32, IEnumerable<ModuleOutput>)
CoreKeyedCollection<String, ModuleOutput>.AddRange(IEnumerable<ModuleOutput>)
CoreKeyedCollection<String, ModuleOutput>.FindIndex(Predicate<ModuleOutput>)
CoreKeyedCollection<String, ModuleOutput>.FindLastIndex(Predicate<ModuleOutput>)
CoreKeyedCollection<String, ModuleOutput>.RemoveAll(Predicate<ModuleOutput>)
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.Contains(System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.Remove(System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.ChangeItemKey(CompAnalytics.Contracts.ModuleOutput, System.String)
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.GetKeyForItem(CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.Comparer
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.Item[System.String]
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.Dictionary
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Add(CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Clear()
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.CopyTo(CompAnalytics.Contracts.ModuleOutput[], System.Int32)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Contains(CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.GetEnumerator()
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.IndexOf(CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Insert(System.Int32, CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Remove(CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.ClearItems()
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.InsertItem(System.Int32, CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.SetItem(System.Int32, CompAnalytics.Contracts.ModuleOutput)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Count
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Items
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.Item[System.Int32]
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.Generic.ICollection<CompAnalytics.Contracts.ModuleOutput>.IsReadOnly
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<CompAnalytics.Contracts.ModuleOutput>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[CollectionDataContract(Name = "outputs", ItemName = "output")]
public class ModuleOutputCollection : CoreKeyedCollection<string, ModuleOutput>, IList<ModuleOutput>, ICollection<ModuleOutput>, IList, ICollection, IReadOnlyList<ModuleOutput>, IReadOnlyCollection<ModuleOutput>, IEnumerable<ModuleOutput>, IEnumerable

Methods

GetKeyForItem(ModuleOutput)

Declaration
protected override string GetKeyForItem(ModuleOutput item)
Parameters
Type Name Description
ModuleOutput item
Returns
Type Description
System.String
Overrides
System.Collections.ObjectModel.KeyedCollection<System.String, CompAnalytics.Contracts.ModuleOutput>.GetKeyForItem(CompAnalytics.Contracts.ModuleOutput)

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable

Extension Methods

ContractLinqExtensions.OrderBy<T>(IEnumerable<T>, IEnumerable<OrderClause>)
Back to top Copyright © 2019 Composable Analytics, Inc.