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 SourceAny
Declaration
public bool Any { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PropertyErrors
Declaration
public int PropertyErrors { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Summary
Declaration
public string Summary { get; }
Property Value
Type | Description |
---|---|
System.String |
TypesNotFound
Declaration
public int TypesNotFound { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceAddPropertyNotSet(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 |
AddTypeNotCreated(String)
Declaration
public bool AddTypeNotCreated(string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | type |
Returns
Type | Description |
---|---|
System.Boolean |
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable