C# Class SenseNet.Utilities.Extensions

Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
FillTemplate ( this format ) : string
PrintTo ( this value, HttpContext httpContext ) : void
PrintToContext ( this value ) : void
RestartTimer ( this sw ) : void

Method Details

FillTemplate() public static method

public static FillTemplate ( this format ) : string
format this
return string

PrintTo() public static method

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

PrintToContext() public static method

public static PrintToContext ( this value ) : void
value this
return void

RestartTimer() public static method

public static RestartTimer ( this sw ) : void
sw this
return void