Show / Hide Table of Contents

Class ItemCollection

Provides a collection of Item objects.

Inheritance
System.Object
System.Collections.ObjectModel.Collection<Item>
ItemCollection
Inherited Members
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Add(Neodynamic.SDK.Printing.Item)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Clear()
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.CopyTo(Neodynamic.SDK.Printing.Item[], System.Int32)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Contains(Neodynamic.SDK.Printing.Item)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.GetEnumerator()
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.IndexOf(Neodynamic.SDK.Printing.Item)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Insert(System.Int32, Neodynamic.SDK.Printing.Item)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Remove(Neodynamic.SDK.Printing.Item)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.ClearItems()
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.InsertItem(System.Int32, Neodynamic.SDK.Printing.Item)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.SetItem(System.Int32, Neodynamic.SDK.Printing.Item)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Count
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Items
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.Generic.ICollection<Neodynamic.SDK.Printing.Item>.IsReadOnly
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Neodynamic.SDK.Printing.Item>.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:Neodynamic.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
public class ItemCollection : Collection<Item>, IList<Item>, ICollection<Item>, IEnumerable<Item>, IList, ICollection, IEnumerable

Properties

Item[String]

Gets the first Item in the collection which name is equal to the specified.

Declaration
public Item this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
Item
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com