Search Results for

    Show / Hide Table of Contents

    Class OptionalItemSet<T>

    Inheritance
    System.Object
    ItemSet<T>
    ItemSet<T>
    OptionalItemSet<T>
    Implements
    System.Collections.IList
    System.Collections.ICollection
    IOptionalItemSet<T>
    IItemSet<T>
    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged
    IExpressEnumerable
    System.Collections.IEnumerable
    IItemSet
    IOptionalItemSet
    Inherited Members
    ItemSet<T>.Property
    ItemSet<T>.IsEntitySet
    ItemSet<T>.GetAt(Int32)
    ItemSet<T>.CreateNestedSet()
    ItemSet<T>.AddRange(IEnumerable<T>)
    ItemSet<T>.FirstOrDefault(Func<T, Boolean>)
    ItemSet<T>.FirstOrDefault<TF>(Func<TF, Boolean>)
    ItemSet<T>.Where<TW>(Func<TW, Boolean>)
    ItemSet<T>.Add(T)
    ItemSet<T>.Clear()
    ItemSet<T>.Contains(T)
    ItemSet<T>.CopyTo(T[], Int32)
    ItemSet<T>.Remove(T)
    ItemSet<T>.GetEnumerator()
    ItemSet<T>.IEnumerable.GetEnumerator()
    ItemSet<T>.ICollection<T>.Add(T)
    ItemSet<T>.ICollection<T>.Clear()
    ItemSet<T>.ICollection<T>.Contains(T)
    ItemSet<T>.ICollection<T>.CopyTo(T[], Int32)
    ItemSet<T>.ICollection<T>.Remove(T)
    ItemSet<T>.ICollection.CopyTo(Array, Int32)
    ItemSet<T>.IndexOf(T)
    ItemSet<T>.Insert(Int32, T)
    ItemSet<T>.RemoveAt(Int32)
    ItemSet<T>.IList.Add(Object)
    ItemSet<T>.IList.Contains(Object)
    ItemSet<T>.IList.IndexOf(Object)
    ItemSet<T>.IList.Insert(Int32, Object)
    ItemSet<T>.IList.Remove(Object)
    Xbim.Common.Collections.ItemSet<T>.System.Collections.IList.get_Item(System.Int32)
    Xbim.Common.Collections.ItemSet<T>.System.Collections.IList.set_Item(System.Int32, System.Object)
    ItemSet<T>.Model
    ItemSet<T>.OwningEntity
    ItemSet<T>.Internal
    ItemSet<T>.Count
    ItemSet<T>.ICollection<T>.Count
    ItemSet<T>.ICollection<T>.IsReadOnly
    ItemSet<T>.ICollection.Count
    ItemSet<T>.ICollection.IsSynchronized
    ItemSet<T>.ICollection.SyncRoot
    ItemSet<T>.Item[Int32]
    ItemSet<T>.IList.IsFixedSize
    ItemSet<T>.IList.IsReadOnly
    ItemSet<T>.IList.Item[Int32]
    ItemSet<T>.PropertyChanged
    ItemSet<T>.CollectionChanged
    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.Ifc4
    Assembly: Xbim.Ifc4.dll
    Syntax
    public class OptionalItemSet<T> : ItemSet<T>, IList, ICollection, IOptionalItemSet<T>, IItemSet<T>, IList<T>, ICollection<T>, IEnumerable<T>, INotifyCollectionChanged, INotifyPropertyChanged, IExpressEnumerable, IEnumerable, IItemSet, IOptionalItemSet
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Initialized

    Declaration
    public bool Initialized { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Initialize()

    Declaration
    public void Initialize()
    | Improve this Doc View Source

    Uninitialize()

    Declaration
    public void Uninitialize()

    Implements

    System.Collections.IList
    System.Collections.ICollection
    IOptionalItemSet<T>
    IItemSet<T>
    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.Specialized.INotifyCollectionChanged
    System.ComponentModel.INotifyPropertyChanged
    IExpressEnumerable
    System.Collections.IEnumerable
    IItemSet
    IOptionalItemSet
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim