C# Class Signum.Web.JsFunction

Inheritance: IHtmlString
Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
Event object
This object

Public Methods

Method Description
SFControlThen ( string prefix, string functionCall ) : string
ToHtmlString ( ) : string
ToScriptTag ( ) : MvcHtmlString
ToString ( ) : string

Private Methods

Method Description
JsFunction ( JsModule module, string functionName ) : System
VarName ( JsModule module ) : string

Method Details

SFControlThen() public static method

public static SFControlThen ( string prefix, string functionCall ) : string
prefix string
functionCall string
return string

ToHtmlString() public method

public ToHtmlString ( ) : string
return string

ToScriptTag() public method

public ToScriptTag ( ) : MvcHtmlString
return MvcHtmlString

ToString() public method

public ToString ( ) : string
return string

Property Details

Event public_oe static_oe property

public static object Event
return object

This public_oe static_oe property

public static object This
return object