C# 클래스 Zetetic.Ldap.LdifCsvPivot

파일 보기 프로젝트 열기: skradel/Zetetic.Ldap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Columns List
Output System.IO.TextWriter
Separator string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Write ( string val ) : void

메소드 상세

AddColumn() 공개 메소드

public AddColumn ( string ldapName, string title, int index ) : void
ldapName string
title string
index int
리턴 void

AddColumn() 공개 메소드

public AddColumn ( string ldapName, string title, string join ) : void
ldapName string
title string
join string
리턴 void

Process() 공개 메소드

public Process ( StreamReader sr, bool emitHeader ) : void
sr System.IO.StreamReader
emitHeader bool
리턴 void

Process() 공개 메소드

public Process ( string path, bool emitHeader ) : void
path string
emitHeader bool
리턴 void

Process() 공개 메소드

public Process ( string path, bool emitHeader, Encoding encoding ) : void
path string
emitHeader bool
encoding System.Text.Encoding
리턴 void

Write() 보호된 메소드

protected Write ( string val ) : void
val string
리턴 void

프로퍼티 상세

Columns 공개적으로 프로퍼티

public List Columns
리턴 List

Output 공개적으로 프로퍼티

public TextWriter,System.IO Output
리턴 System.IO.TextWriter

Separator 공개적으로 프로퍼티

public string Separator
리턴 string