C# 클래스 Sep.Git.Tfs.Util.AuthorsFile

파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GitTfsCachedAuthorsFileName string

공개 메소드들

메소드 설명
AuthorsFile ( ) : System
FindAuthor ( string>.Tuple gitUser ) : Author
Parse ( TextReader authorsFileStream ) : bool
Parse ( string authorsFilePath, string gitDir ) : bool

메소드 상세

AuthorsFile() 공개 메소드

public AuthorsFile ( ) : System
리턴 System

FindAuthor() 공개 메소드

public FindAuthor ( string>.Tuple gitUser ) : Author
gitUser string>.Tuple
리턴 Author

Parse() 공개 메소드

public Parse ( TextReader authorsFileStream ) : bool
authorsFileStream System.IO.TextReader
리턴 bool

Parse() 공개 메소드

public Parse ( string authorsFilePath, string gitDir ) : bool
authorsFilePath string
gitDir string
리턴 bool

프로퍼티 상세

GitTfsCachedAuthorsFileName 공개적으로 정적으로 프로퍼티

public static string GitTfsCachedAuthorsFileName
리턴 string