C# Class CoreSprint.Helpers.CommentHelper

Inheritance: ICommentHelper
Afficher le fichier Open project: fortesinformatica/CoreSprint

Méthodes publiques

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

Private Methods

Méthode Description
GetDateTimeChangedWhenTimeInformedInWork ( TrelloNet.CommentCardAction comment ) : DateTime?

Method Details

GetDateInComment() public méthode

public GetDateInComment ( TrelloNet.CommentCardAction comment ) : System.DateTime
comment TrelloNet.CommentCardAction
Résultat System.DateTime

HasStartPattern() public méthode

public HasStartPattern ( string commentText ) : bool
commentText string
Résultat bool

HasStopPattern() public méthode

public HasStopPattern ( string commentText ) : bool
commentText string
Résultat bool