Search Results for

    Show / Hide Table of Contents

    Class ParserErrorRegistry

    Inheritance
    System.Object
    ParserErrorRegistry
    Implements
    System.IDisposable
    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.Common.Step21
    Assembly: Xbim.Common.dll
    Syntax
    public class ParserErrorRegistry : IDisposable

    Properties

    | Improve this Doc View Source

    Any

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

    PropertyErrors

    Declaration
    public int PropertyErrors { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Summary

    Declaration
    public string Summary { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TypesNotFound

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

    Methods

    | Improve this Doc View Source

    AddPropertyNotSet(IPersist, Int32, Object, Exception)

    Declaration
    public bool AddPropertyNotSet(IPersist entity, int propIndex, object value, Exception exception)
    Parameters
    Type Name Description
    IPersist entity
    System.Int32 propIndex
    System.Object value
    System.Exception exception
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    AddTypeNotCreated(String)

    Declaration
    public bool AddTypeNotCreated(string type)
    Parameters
    Type Name Description
    System.String type
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim