Class IfcValidationReporter
Inheritance
System.Object
IfcValidationReporter
Implements
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable
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.Ifc.Validation
Assembly: Xbim.Ifc.dll
Syntax
public class IfcValidationReporter : IEnumerable<string>, IEnumerable
Constructors
| Improve this Doc View SourceIfcValidationReporter(IEnumerable<ValidationResult>)
Declaration
public IfcValidationReporter(IEnumerable<ValidationResult> results)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<ValidationResult> | results |
Methods
| Improve this Doc View SourceGetEnumerator()
Declaration
public IEnumerator<string> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<System.String> |
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable