C# Class PropertyLookup.DataFormat

Data formatting class
Afficher le fichier Open project: CfABrigadePhiladelphia/phlavi

Méthodes publiques

Méthode Description
FormatPropetyResults ( System.Data.SqlClient.SqlDataReader reader ) : string

Format Property Details.

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

Format Value Change Summary.

Private Methods

Méthode Description
SerializeResults ( ArrayList results ) : string

Method Details

FormatPropetyResults() public static méthode

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

FormatValueResults() public static méthode

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