C# Class GuidGen.GuidFormats

ファイルを表示 Open project: michaelmcdaniel/GuidgenConsole

Public Methods

Method Description
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

Private Methods

Method Description
GuidFormats ( ) : System

Method Details

Find() public static method

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

Format() public static method

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

Format() public static method

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

Format() public static method

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

GetFormatter() public static method

public static GetFormatter ( string format ) : IGuidFormatter
format string
return IGuidFormatter

IsValid() public static method

public static IsValid ( string type ) : bool
type string
return bool

Replace() public static method

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
return IEnumerable

ReplaceByLine() public static method

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
return IEnumerable