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 SourceXbimParserState(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 SourceInList
Returns true if the parser is working through a list of items
Declaration
public bool InList { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
NestedIndex
Declaration
public int[] NestedIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32[] |
Methods
| Improve this Doc View SourceBeginList()
Declaration
public void BeginList()
EndEntity()
Declaration
public void EndEntity()
EndList()
Declaration
public void EndList()