C# Class IfcDoc.Schema.MVD.Body

Inheritance: SEntity, IXmlSerializable
Exibir arquivo Open project: BuildingSMART/IfcDoc

Public Methods

Method Description
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( System reader ) : void
WriteXml ( System writer ) : void

Method Details

GetSchema() public method

public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( System reader ) : void
reader System
return void

WriteXml() public method

public WriteXml ( System writer ) : void
writer System
return void