C# 클래스 FourRoads.TelligentCommunity.Emoticons.Logic.EmoticonLogic

상속: IEmoticonLogic
파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity

공개 메소드들

메소드 설명
EmoticonLogic ( ) : System
GetFilestoreCssPath ( ) : string
Reset ( ) : void
UpdateMarkup ( string renderedHtml, int smileyWidth, int smileyHeight ) : string

비공개 메소드들

메소드 설명
CreateCss ( StringBuilder cssToRender, string cssClassName, string url, int smileyWidth, int smileyHeight ) : void
Evaluator ( Match match ) : string
InitializeRegularExpressionAndCss ( int smileyWidth, int smileyHeight ) : void

메소드 상세

EmoticonLogic() 공개 메소드

public EmoticonLogic ( ) : System
리턴 System

GetFilestoreCssPath() 공개 메소드

public GetFilestoreCssPath ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

UpdateMarkup() 공개 메소드

public UpdateMarkup ( string renderedHtml, int smileyWidth, int smileyHeight ) : string
renderedHtml string
smileyWidth int
smileyHeight int
리턴 string