Search Results for

    Show / Hide Table of Contents

    Struct StepForwardReference

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Xbim.IO.Step21.Parser
    Assembly: Xbim.IO.Esent.dll
    Syntax
    public struct StepForwardReference

    Constructors

    | Improve this Doc View Source

    StepForwardReference(Int32, Int16, IPersistEntity, Int32[])

    Declaration
    public StepForwardReference(int referenceEntityLabel, short referencingProperty, IPersistEntity referencingEntity, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 referenceEntityLabel
    System.Int16 referencingProperty
    IPersistEntity referencingEntity
    System.Int32[] nestedIndex

    Fields

    | Improve this Doc View Source

    ReferenceEntityLabel

    Declaration
    public readonly int ReferenceEntityLabel
    Field Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Resolve(ConcurrentDictionary<Int32, IPersistEntity>, ExpressMetaData)

    Declaration
    public bool Resolve(ConcurrentDictionary<int, IPersistEntity> references, ExpressMetaData metadata)
    Parameters
    Type Name Description
    System.Collections.Concurrent.ConcurrentDictionary<System.Int32, IPersistEntity> references
    ExpressMetaData metadata
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim