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)
Afficher le fichier Open project: jeremytammik/RevitLookup

Méthodes publiques

Méthode Description
AddAttribute ( string name ) : void

GetXmlSchema ( ) : string

XmlSchemaBuilder ( ) : System

Private Methods

Méthode Description
CreateGenericStructure ( ) : void

Method Details

AddAttribute() public méthode

public AddAttribute ( string name ) : void
name string
Résultat void

GetXmlSchema() public méthode

public GetXmlSchema ( ) : string
Résultat string

XmlSchemaBuilder() public méthode

public XmlSchemaBuilder ( ) : System
Résultat System