C# 클래스 org.newpointe.Giving.Workflow.GetShortUrl

상속: Rock.Workflow.ActionComponent
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 메소드들

메소드 설명
Execute ( RockContext rockContext, WorkflowAction action, object entity, List &errorMessages ) : bool
GetShortUrlFromString ( string url, int rec ) : string
IsUrl ( string str ) : bool

메소드 상세

Execute() 공개 메소드

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

GetShortUrlFromString() 공개 정적인 메소드

public static GetShortUrlFromString ( string url, int rec ) : string
url string
rec int
리턴 string

IsUrl() 공개 정적인 메소드

public static IsUrl ( string str ) : bool
str string
리턴 bool