C# 클래스 Builder.FeedWriter

파일 보기 프로젝트 열기: votinginfoproject/scripts 1 사용 예제들

공개 메소드들

메소드 설명
FeedWriter ( string sFilePath, string sFIPS, NameValueCollection oWriterSettings ) : System
WriteElementFromConfig ( String sElementName, NameValueCollection oConfig ) : void
WriteEndElement ( ) : void
WriteHeader ( NameValueCollection oVipConfig ) : void
WriteLocalities ( OracleCommand oCmd ) : void
WritePollingPlaces ( OracleCommand oCmd ) : void
WritePrecincts ( OracleCommand oCmd ) : void
WritePrecinctsSplits ( OracleCommand oCmd ) : void
WriteStartElement ( string sElementName ) : void
WriteStreetSegments ( OracleCommand oCmd ) : void

비공개 메소드들

메소드 설명
CreateXmlWriter ( NameValueCollection oXmlConfig, String sOutputFile ) : XmlWriter
FormatFileName ( string sFilePath, string sFIPS ) : string

메소드 상세

FeedWriter() 공개 메소드

public FeedWriter ( string sFilePath, string sFIPS, NameValueCollection oWriterSettings ) : System
sFilePath string
sFIPS string
oWriterSettings System.Collections.Specialized.NameValueCollection
리턴 System

WriteElementFromConfig() 공개 메소드

public WriteElementFromConfig ( String sElementName, NameValueCollection oConfig ) : void
sElementName String
oConfig System.Collections.Specialized.NameValueCollection
리턴 void

WriteEndElement() 공개 메소드

public WriteEndElement ( ) : void
리턴 void

WriteHeader() 공개 메소드

public WriteHeader ( NameValueCollection oVipConfig ) : void
oVipConfig System.Collections.Specialized.NameValueCollection
리턴 void

WriteLocalities() 공개 메소드

public WriteLocalities ( OracleCommand oCmd ) : void
oCmd OracleCommand
리턴 void

WritePollingPlaces() 공개 메소드

public WritePollingPlaces ( OracleCommand oCmd ) : void
oCmd OracleCommand
리턴 void

WritePrecincts() 공개 메소드

public WritePrecincts ( OracleCommand oCmd ) : void
oCmd OracleCommand
리턴 void

WritePrecinctsSplits() 공개 메소드

public WritePrecinctsSplits ( OracleCommand oCmd ) : void
oCmd OracleCommand
리턴 void

WriteStartElement() 공개 메소드

public WriteStartElement ( string sElementName ) : void
sElementName string
리턴 void

WriteStreetSegments() 공개 메소드

public WriteStreetSegments ( OracleCommand oCmd ) : void
oCmd OracleCommand
리턴 void