C# Class nHydrate.Generator.XSDSchema.XSDSchemaTemplate

Inheritance: BaseXSDSchemaTemplate
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
XSDSchemaTemplate ( ModelRoot model, string schemaName, string rawFileName, bool droprelations ) : System

Private Methods

Method Description
GenerateContent ( ) : void
GetMSDatatype ( SqlDbType dataType ) : string
GetSchemaDatatype ( SqlDbType dataType ) : string

Method Details

XSDSchemaTemplate() public method

public XSDSchemaTemplate ( ModelRoot model, string schemaName, string rawFileName, bool droprelations ) : System
model nHydrate.Generator.Models.ModelRoot
schemaName string
rawFileName string
droprelations bool
return System