C# 클래스 SenseNet.Utilities.Extensions

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
FillTemplate ( this format ) : string
PrintTo ( this value, HttpContext httpContext ) : void
PrintToContext ( this value ) : void
RestartTimer ( this sw ) : void

메소드 상세

FillTemplate() 공개 정적인 메소드

public static FillTemplate ( this format ) : string
format this
리턴 string

PrintTo() 공개 정적인 메소드

public static PrintTo ( this value, HttpContext httpContext ) : void
value this
httpContext System.Web.HttpContext
리턴 void

PrintToContext() 공개 정적인 메소드

public static PrintToContext ( this value ) : void
value this
리턴 void

RestartTimer() 공개 정적인 메소드

public static RestartTimer ( this sw ) : void
sw this
리턴 void