C# Class Zetetic.Ldap.LdifCsvPivot

Afficher le fichier Open project: skradel/Zetetic.Ldap Class Usage Examples

Méthodes publiques

Свойство Type Description
Columns List
Output System.IO.TextWriter
Separator string

Méthodes publiques

Méthode Description
AddColumn ( string ldapName, string title, int index ) : void
AddColumn ( string ldapName, string title, string join ) : void
Process ( StreamReader sr, bool emitHeader ) : void
Process ( string path, bool emitHeader ) : void
Process ( string path, bool emitHeader, Encoding encoding ) : void

Méthodes protégées

Méthode Description
Write ( string val ) : void

Method Details

AddColumn() public méthode

public AddColumn ( string ldapName, string title, int index ) : void
ldapName string
title string
index int
Résultat void

AddColumn() public méthode

public AddColumn ( string ldapName, string title, string join ) : void
ldapName string
title string
join string
Résultat void

Process() public méthode

public Process ( StreamReader sr, bool emitHeader ) : void
sr System.IO.StreamReader
emitHeader bool
Résultat void

Process() public méthode

public Process ( string path, bool emitHeader ) : void
path string
emitHeader bool
Résultat void

Process() public méthode

public Process ( string path, bool emitHeader, Encoding encoding ) : void
path string
emitHeader bool
encoding System.Text.Encoding
Résultat void

Write() protected méthode

protected Write ( string val ) : void
val string
Résultat void

Property Details

Columns public_oe property

public List Columns
Résultat List

Output public_oe property

public TextWriter,System.IO Output
Résultat System.IO.TextWriter

Separator public_oe property

public string Separator
Résultat string