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

Inheritance: Rock.Workflow.ActionComponent
Exibir arquivo Open project: NewPointe/Rockit

Public Methods

Method 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 method

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

GetShortUrlFromString() public static method

public static GetShortUrlFromString ( string url, int rec ) : string
url string
rec int
return string

IsUrl() public static method

public static IsUrl ( string str ) : bool
str string
return bool