C# 클래스 DXVcs2Git.Core.CommentWrapper

파일 보기 프로젝트 열기: Xarlot/DXVcs2Git 1 사용 예제들

공개 메소드들

메소드 설명
IsAutoSyncComment ( string comment ) : bool
Parse ( string comment ) : CommentWrapper
ToString ( ) : string

비공개 메소드들

메소드 설명
CheckStructure ( string comment ) : bool
ParseAuthor ( string comment ) : string
ParseComment ( string comment ) : string
ParseToken ( string comment ) : string

메소드 상세

IsAutoSyncComment() 공개 정적인 메소드

public static IsAutoSyncComment ( string comment ) : bool
comment string
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string comment ) : CommentWrapper
comment string
리턴 CommentWrapper

ToString() 공개 메소드

public ToString ( ) : string
리턴 string