C# Class org.newpointe.Giving.Workflow.GetShortUrl

Inheritance: Rock.Workflow.ActionComponent
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Méthode Description
Execute ( RockContext rockContext, WorkflowAction action, object entity, List &errorMessages ) : bool
GetShortUrlFromString ( string url, int rec ) : string
IsUrl ( string str ) : bool

Method Details

Execute() public méthode

public Execute ( RockContext rockContext, WorkflowAction action, object entity, List &errorMessages ) : bool
rockContext Rock.Data.RockContext
action WorkflowAction
entity object
errorMessages List
Résultat bool

GetShortUrlFromString() public static méthode

public static GetShortUrlFromString ( string url, int rec ) : string
url string
rec int
Résultat string

IsUrl() public static méthode

public static IsUrl ( string str ) : bool
str string
Résultat bool