Search Results for

    Show / Hide Table of Contents

    Interface IEntityCollection

    Inherited Members
    IReadOnlyEntityCollection.Where<T>(Func<T, Boolean>)
    IReadOnlyEntityCollection.Where<T>(Func<T, Boolean>, String, IPersistEntity)
    IReadOnlyEntityCollection.FirstOrDefault<T>()
    IReadOnlyEntityCollection.FirstOrDefault<T>(Func<T, Boolean>)
    IReadOnlyEntityCollection.FirstOrDefault<T>(Func<T, Boolean>, String, IPersistEntity)
    IReadOnlyEntityCollection.OfType<T>()
    IReadOnlyEntityCollection.OfType<T>(Boolean)
    IReadOnlyEntityCollection.OfType(String, Boolean)
    IReadOnlyEntityCollection.Count
    IReadOnlyEntityCollection.CountOf<T>()
    System.Collections.Generic.IEnumerable<Xbim.Common.IPersistEntity>.GetEnumerator()
    Namespace: Xbim.Common
    Assembly: Xbim.Common.dll
    Syntax
    public interface IEntityCollection : IReadOnlyEntityCollection, IEnumerable<IPersistEntity>, IEnumerable

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Declaration
    IPersistEntity this[int label] { get; }
    Parameters
    Type Name Description
    System.Int32 label
    Property Value
    Type Description
    IPersistEntity
    | Improve this Doc View Source

    LastLabel

    Declaration
    int LastLabel { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    New(Type)

    Declaration
    IPersistEntity New(Type t)
    Parameters
    Type Name Description
    System.Type t
    Returns
    Type Description
    IPersistEntity
    | Improve this Doc View Source

    New<T>()

    Declaration
    T New<T>()
        where T : IInstantiableEntity
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    New<T>(Action<T>)

    Declaration
    T New<T>(Action<T> initPropertiesFunc)
        where T : IInstantiableEntity
    Parameters
    Type Name Description
    System.Action<T> initPropertiesFunc
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Extension Methods

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