C# 클래스 GuidGen.GuidFormats

파일 보기 프로젝트 열기: michaelmcdaniel/GuidgenConsole

공개 메소드들

메소드 설명
Find ( System reader, string type ) : IEnumerable
Format ( string type, System.Guid guid, bool upcase, bool newline ) : string
Format ( string type, IEnumerable guider, bool upcase, bool newline ) : string
Format ( string format, IEnumerator guider, bool upcase, bool newline ) : string
GetFormatter ( string format ) : IGuidFormatter
IsValid ( string type ) : bool
Replace ( System reader, System writer, string inputFormat, string outputFormat, Guider guider, bool upcase, bool writeAllInput ) : IEnumerable
ReplaceByLine ( System reader, System writer, string inputFormat, string outputFormat, Guider guider, bool upcase, bool writeAllInput ) : IEnumerable

비공개 메소드들

메소드 설명
GuidFormats ( ) : System

메소드 상세

Find() 공개 정적인 메소드

public static Find ( System reader, string type ) : IEnumerable
reader System
type string
리턴 IEnumerable

Format() 공개 정적인 메소드

public static Format ( string type, System.Guid guid, bool upcase, bool newline ) : string
type string
guid System.Guid
upcase bool
newline bool
리턴 string

Format() 공개 정적인 메소드

public static Format ( string type, IEnumerable guider, bool upcase, bool newline ) : string
type string
guider IEnumerable
upcase bool
newline bool
리턴 string

Format() 공개 정적인 메소드

public static Format ( string format, IEnumerator guider, bool upcase, bool newline ) : string
format string
guider IEnumerator
upcase bool
newline bool
리턴 string

GetFormatter() 공개 정적인 메소드

public static GetFormatter ( string format ) : IGuidFormatter
format string
리턴 IGuidFormatter

IsValid() 공개 정적인 메소드

public static IsValid ( string type ) : bool
type string
리턴 bool

Replace() 공개 정적인 메소드

public static Replace ( System reader, System writer, string inputFormat, string outputFormat, Guider guider, bool upcase, bool writeAllInput ) : IEnumerable
reader System
writer System
inputFormat string
outputFormat string
guider Guider
upcase bool
writeAllInput bool
리턴 IEnumerable

ReplaceByLine() 공개 정적인 메소드

public static ReplaceByLine ( System reader, System writer, string inputFormat, string outputFormat, Guider guider, bool upcase, bool writeAllInput ) : IEnumerable
reader System
writer System
inputFormat string
outputFormat string
guider Guider
upcase bool
writeAllInput bool
리턴 IEnumerable