Search Results for

    Show / Hide Table of Contents

    Class ReferencedModelCollection

    Inheritance
    System.Object
    System.Collections.ObjectModel.Collection<IReferencedModel>
    System.Collections.ObjectModel.KeyedCollection<System.String, IReferencedModel>
    ReferencedModelCollection
    Implements
    System.Collections.Generic.IList<IReferencedModel>
    System.Collections.Generic.ICollection<IReferencedModel>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<IReferencedModel>
    System.Collections.Generic.IReadOnlyCollection<IReferencedModel>
    System.Collections.Generic.IEnumerable<IReferencedModel>
    System.Collections.IEnumerable
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.Contains(System.String)
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.Remove(System.String)
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.ChangeItemKey(Xbim.Common.Federation.IReferencedModel, System.String)
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.ClearItems()
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.GetKeyForItem(Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.InsertItem(System.Int32, Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.RemoveItem(System.Int32)
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.SetItem(System.Int32, Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.Comparer
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.Item[System.String]
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.Dictionary
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Add(Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Clear()
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.CopyTo(Xbim.Common.Federation.IReferencedModel[], System.Int32)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Contains(Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.GetEnumerator()
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.IndexOf(Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Insert(System.Int32, Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Remove(Xbim.Common.Federation.IReferencedModel)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Count
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Items
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.Generic.ICollection<Xbim.Common.Federation.IReferencedModel>.IsReadOnly
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.Collection<Xbim.Common.Federation.IReferencedModel>.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: Xbim.Common.Federation
    Assembly: Xbim.Common.dll
    Syntax
    public class ReferencedModelCollection : KeyedCollection<string, IReferencedModel>, IList<IReferencedModel>, ICollection<IReferencedModel>, IList, ICollection, IReadOnlyList<IReferencedModel>, IReadOnlyCollection<IReferencedModel>, IEnumerable<IReferencedModel>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

    Methods

    | Improve this Doc View Source

    ClearItems()

    Declaration
    protected override void ClearItems()
    Overrides
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.ClearItems()
    | Improve this Doc View Source

    GetKeyForItem(IReferencedModel)

    Declaration
    protected override string GetKeyForItem(IReferencedModel item)
    Parameters
    Type Name Description
    IReferencedModel item
    Returns
    Type Description
    System.String
    Overrides
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.GetKeyForItem(Xbim.Common.Federation.IReferencedModel)
    | Improve this Doc View Source

    InsertItem(Int32, IReferencedModel)

    Declaration
    protected override void InsertItem(int index, IReferencedModel item)
    Parameters
    Type Name Description
    System.Int32 index
    IReferencedModel item
    Overrides
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.InsertItem(System.Int32, Xbim.Common.Federation.IReferencedModel)
    | Improve this Doc View Source

    NextIdentifer()

    Declaration
    public string NextIdentifer()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    RemoveItem(Int32)

    Declaration
    protected override void RemoveItem(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Overrides
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.RemoveItem(System.Int32)
    | Improve this Doc View Source

    SetItem(Int32, IReferencedModel)

    Declaration
    protected override void SetItem(int index, IReferencedModel item)
    Parameters
    Type Name Description
    System.Int32 index
    IReferencedModel item
    Overrides
    System.Collections.ObjectModel.KeyedCollection<System.String, Xbim.Common.Federation.IReferencedModel>.SetItem(System.Int32, Xbim.Common.Federation.IReferencedModel)

    Events

    | Improve this Doc View Source

    CollectionChanged

    Declaration
    public event NotifyCollectionChangedEventHandler CollectionChanged
    Event Type
    Type Description
    System.Collections.Specialized.NotifyCollectionChangedEventHandler
    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    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
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    IEnumerableExtensions.AsTriplet<T>(IEnumerable<T>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim