C# Class RevitLookup.ExIm.XmlSchemaBuilder

To add an xml map to a worksheet there needs to be an xml schema, this class builds it. (TBD: Could extract a schema by building a temp dataSet(dataset.GetXmlSchema()), which would do away with a lot of hard code stuff, however the schema returned by a dataset doesnt seem to reflect what was involved in building the dataset in the first place)
ファイルを表示 Open project: jeremytammik/RevitLookup

Public Methods

Method Description
AddAttribute ( string name ) : void

GetXmlSchema ( ) : string

XmlSchemaBuilder ( ) : System

Private Methods

Method Description
CreateGenericStructure ( ) : void

Method Details

AddAttribute() public method

public AddAttribute ( string name ) : void
name string
return void

GetXmlSchema() public method

public GetXmlSchema ( ) : string
return string

XmlSchemaBuilder() public method

public XmlSchemaBuilder ( ) : System
return System