C# Class CoreSprint.Helpers.CommentHelper

Inheritance: ICommentHelper
显示文件 Open project: fortesinformatica/CoreSprint

Public Methods

Method Description
GetDateInComment ( TrelloNet.CommentCardAction comment ) : System.DateTime
HasStartPattern ( string commentText ) : bool
HasStopPattern ( string commentText ) : bool

Private Methods

Method Description
GetDateTimeChangedWhenTimeInformedInWork ( TrelloNet.CommentCardAction comment ) : DateTime?

Method Details

GetDateInComment() public method

public GetDateInComment ( TrelloNet.CommentCardAction comment ) : System.DateTime
comment TrelloNet.CommentCardAction
return System.DateTime

HasStartPattern() public method

public HasStartPattern ( string commentText ) : bool
commentText string
return bool

HasStopPattern() public method

public HasStopPattern ( string commentText ) : bool
commentText string
return bool