C# Class PropertyLookup.DataFormat

Data formatting class
Show file Open project: CfABrigadePhiladelphia/phlavi

Public Methods

Method Description
FormatPropetyResults ( System.Data.SqlClient.SqlDataReader reader ) : string

Format Property Details.

FormatValueResults ( System.Data.SqlClient.SqlDataReader reader ) : string

Format Value Change Summary.

Private Methods

Method Description
SerializeResults ( ArrayList results ) : string

Method Details

FormatPropetyResults() public static method

Format Property Details.
public static FormatPropetyResults ( System.Data.SqlClient.SqlDataReader reader ) : string
reader System.Data.SqlClient.SqlDataReader
return string

FormatValueResults() public static method

Format Value Change Summary.
public static FormatValueResults ( System.Data.SqlClient.SqlDataReader reader ) : string
reader System.Data.SqlClient.SqlDataReader
return string