C# Class DXVcs2Git.Core.CommentWrapper

Mostra file Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

Method Description
IsAutoSyncComment ( string comment ) : bool
Parse ( string comment ) : CommentWrapper
ToString ( ) : string

Private Methods

Method Description
CheckStructure ( string comment ) : bool
ParseAuthor ( string comment ) : string
ParseComment ( string comment ) : string
ParseToken ( string comment ) : string

Method Details

IsAutoSyncComment() public static method

public static IsAutoSyncComment ( string comment ) : bool
comment string
return bool

Parse() public static method

public static Parse ( string comment ) : CommentWrapper
comment string
return CommentWrapper

ToString() public method

public ToString ( ) : string
return string