Property | Type | Description | |
---|---|---|---|
Columns | List |
||
Output | |||
Separator | string |
Method | Description | |
---|---|---|
AddColumn ( string ldapName, string title, int index ) : void | ||
AddColumn ( string ldapName, string title, string join ) : void | ||
Process ( |
||
Process ( string path, bool emitHeader ) : void | ||
Process ( string path, bool emitHeader, |
Method | Description | |
---|---|---|
Write ( string val ) : void |
public AddColumn ( string ldapName, string title, int index ) : void | ||
ldapName | string | |
title | string | |
index | int | |
return | void |
public AddColumn ( string ldapName, string title, string join ) : void | ||
ldapName | string | |
title | string | |
join | string | |
return | void |
public Process ( |
||
sr | ||
emitHeader | bool | |
return | void |
public Process ( string path, bool emitHeader ) : void | ||
path | string | |
emitHeader | bool | |
return | void |
public Process ( string path, bool emitHeader, |
||
path | string | |
emitHeader | bool | |
encoding | ||
return | void |