C# Класс SenseNet.Utilities.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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