Class ItemHandlersCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ItemHandler>
ItemHandlersCollection
Implements
System.Collections.Generic.IList<ItemHandler>
System.Collections.Generic.ICollection<ItemHandler>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ItemHandler>
System.Collections.Generic.IReadOnlyCollection<ItemHandler>
System.Collections.Generic.IEnumerable<ItemHandler>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.Add(Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.Clear()
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.CopyTo(Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler[], System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.Contains(Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.GetEnumerator()
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.IndexOf(Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.Insert(System.Int32, Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.Remove(Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.Count
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.Items
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.Generic.ICollection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.IsReadOnly
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.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: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ItemHandlersCollection : SelectableCollection<ItemHandler>, IList<ItemHandler>, ICollection<ItemHandler>, IList, ICollection, IReadOnlyList<ItemHandler>, IReadOnlyCollection<ItemHandler>, IEnumerable<ItemHandler>, IEnumerable
Properties
Layer
Declaration
public Layer Layer { get; }
Property Value
Type | Description |
---|---|
Layer |
Methods
ClearItems()
Declaration
protected override void ClearItems()
Overrides
Aurigma.DesignAtoms.Canvas.Collection.SelectableCollection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.ClearItems()
GetItemHandlersByName(String)
Declaration
public ItemHandler[] GetItemHandlersByName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
ItemHandler[] |
InsertItem(Int32, ItemHandler)
Declaration
protected override void InsertItem(int index, ItemHandler item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
ItemHandler | item |
Overrides
Aurigma.DesignAtoms.Canvas.Collection.SelectableCollection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.InsertItem(System.Int32, Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
OnItemAdded(Int32, ItemHandler)
Declaration
protected override void OnItemAdded(int index, ItemHandler item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
ItemHandler | item |
Overrides
Aurigma.DesignAtoms.Canvas.Collection.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.OnItemAdded(System.Int32, Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
OnItemRemoved(Int32, ItemHandler)
Declaration
protected override void OnItemRemoved(int index, ItemHandler item)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
ItemHandler | item |
Overrides
Aurigma.DesignAtoms.Canvas.Collection.Collection<Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler>.OnItemRemoved(System.Int32, Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler)
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