C# Class Aqueduct.Utils.CSVService

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Protected Properties

Свойство Type Description
m_logger ILogger

Méthodes publiques

Méthode Description
WriteLine ( string>.IDictionary keyValues ) : void
WriteLine ( string>.IDictionary keyValues, bool writeHeader ) : void

Méthodes protégées

Méthode Description
CreateCSVLine ( ICollection values ) : string
FromCollection ( ICollection values ) : string[]
ProcessMultilineContent ( string input ) : string
WriteLineInternal ( TextWriter writer, string>.IDictionary keyValues, bool writeHeader ) : void

Method Details

CreateCSVLine() protected static méthode

protected static CreateCSVLine ( ICollection values ) : string
values ICollection
Résultat string

FromCollection() protected static méthode

protected static FromCollection ( ICollection values ) : string[]
values ICollection
Résultat string[]

ProcessMultilineContent() protected static méthode

protected static ProcessMultilineContent ( string input ) : string
input string
Résultat string

WriteLine() public abstract méthode

public abstract WriteLine ( string>.IDictionary keyValues ) : void
keyValues string>.IDictionary
Résultat void

WriteLine() public abstract méthode

public abstract WriteLine ( string>.IDictionary keyValues, bool writeHeader ) : void
keyValues string>.IDictionary
writeHeader bool
Résultat void

WriteLineInternal() protected static méthode

protected static WriteLineInternal ( TextWriter writer, string>.IDictionary keyValues, bool writeHeader ) : void
writer System.IO.TextWriter
keyValues string>.IDictionary
writeHeader bool
Résultat void

Property Details

m_logger protected_oe property

protected ILogger m_logger
Résultat ILogger