C# 클래스 CreateTable, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
ValidationCallbackOne ( object sender, ValidationEventArgs args ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ValidationCallbackOne() 공개 정적인 메소드

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