Search Results for

    Show / Hide Table of Contents

    Class IfcXmlWriter3

    Inheritance
    System.Object
    IfcXmlWriter3
    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.Xml
    Assembly: Xbim.IO.MemoryModel.dll
    Syntax
    public class IfcXmlWriter3

    Constructors

    | Improve this Doc View Source

    IfcXmlWriter3()

    Declaration
    public IfcXmlWriter3()

    Fields

    | Improve this Doc View Source

    Author

    Declaration
    public string Author
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Authorization

    Declaration
    public string Authorization
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Documentation

    Declaration
    public string Documentation
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    Organization

    Declaration
    public string Organization
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    OriginatingSystem

    Declaration
    public string OriginatingSystem
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PreprocessorVersion

    Declaration
    public string PreprocessorVersion
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TimeStamp

    Declaration
    public string TimeStamp
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    WriteInverses

    Declaration
    public bool WriteInverses
    Field Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Write(IModel, XmlWriter, IEnumerable<IPersistEntity>)

    This function writes model entities to the defined XML output.

    Declaration
    public void Write(IModel model, XmlWriter output, IEnumerable<IPersistEntity> entities = null)
    Parameters
    Type Name Description
    IModel model

    Model to be used for serialization. If no entities are specified IModel.Instances will be used as a source of entities to be serialized.

    System.Xml.XmlWriter output

    Output XML

    System.Collections.Generic.IEnumerable<IPersistEntity> entities

    Optional entities enumerable. If you define this enumerable it will be used instead of all entities from IModel.Instances. This allows to define different way of entities retrieval like volatile instances from persisted DB model

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