C# Class CreateTable, shared-source-cli-2.0

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ValidationCallbackOne ( object sender, ValidationEventArgs args ) : void

Private Methods

Method Description
AreTheseNumbersEqual ( double val1, double val2, String format, CultureInfo culture ) : Boolean
DoThings ( ) : Boolean
DoThings ( ) : void
GenerateXmlSchema ( String formats, String fileFormatType ) : void
GenerateXmlSchema ( String formats, String fileFormatType, Boolean useCulture, CultureInfo culture ) : void
GetNumberStyle ( Char value, Boolean &parseThis ) : NumberStyles,
GoDoPictureFormatting ( CultureInfo culture ) : void
GoDoPictureFormatting ( CultureInfo culture, ResourceWriter resWriter ) : void
Main ( ) : void
WriteDataToResourceFile ( String fileFormat, ResourceWriter resWriter, CultureInfo culture ) : void
WriteDataToResourceFile ( String fileFormat, ResourceWriter resWriter, CultureInfo culture, Boolean useCulture, Boolean otherCalendar ) : void
WriteRealHeaders ( XmlTextWriter writer, String elements, String values ) : void
WriteToFile ( TextWriter writer, NumberType numType ) : void
WriteValues ( XmlTextWriter writer, NumberType numType, String elements, String values, NumberFormatInfo info ) : void
WriteValues ( XmlTextWriter writer, String elements, String values, CultureInfo culture, Calendar calendar ) : void
WriteXMLForCultures ( CultureInfo cultures ) : void

Method Details

ValidationCallbackOne() public static method

public static ValidationCallbackOne ( object sender, ValidationEventArgs args ) : void
sender object
args ValidationEventArgs
return void