Search Results for

    Show / Hide Table of Contents

    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 Source

    IfcValidationReporter(IEnumerable<ValidationResult>)

    Declaration
    public IfcValidationReporter(IEnumerable<ValidationResult> results)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<ValidationResult> results

    Methods

    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<System.String>

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim