Search Results for

    Show / Hide Table of Contents

    Class XbimParserState

    Inheritance
    System.Object
    XbimParserState
    Inherited Members
    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.IO.Esent
    Assembly: Xbim.IO.Esent.dll
    Syntax
    public class XbimParserState

    Constructors

    | Improve this Doc View Source

    XbimParserState(IPersistEntity, ILogger)

    Declaration
    public XbimParserState(IPersistEntity entity, ILogger logger = null)
    Parameters
    Type Name Description
    IPersistEntity entity
    Microsoft.Extensions.Logging.ILogger logger

    Properties

    | Improve this Doc View Source

    InList

    Returns true if the parser is working through a list of items

    Declaration
    public bool InList { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NestedIndex

    Declaration
    public int[] NestedIndex { get; }
    Property Value
    Type Description
    System.Int32[]

    Methods

    | Improve this Doc View Source

    BeginList()

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

    EndEntity()

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

    EndList()

    Declaration
    public void EndList()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim