C# Class SenseNet.Utilities.Extensions

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

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

Method Details

FillTemplate() public static méthode

public static FillTemplate ( this format ) : string
format this
Résultat string

PrintTo() public static méthode

public static PrintTo ( this value, HttpContext httpContext ) : void
value this
httpContext System.Web.HttpContext
Résultat void

PrintToContext() public static méthode

public static PrintToContext ( this value ) : void
value this
Résultat void

RestartTimer() public static méthode

public static RestartTimer ( this sw ) : void
sw this
Résultat void