Click or drag to resize
ScriptObjectBuilder Class
Gets the script references for a type
Inheritance Hierarchy
SystemObject
  Kettic.AspNetScriptObjectBuilder

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static class ScriptObjectBuilder

The ScriptObjectBuilder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDescribeComponent
Describes an object to a IScriptDescriptor based on its reflected properties and methods
Public methodStatic memberExecuteCallbackMethod
Executes a callback capable method on a control
Public methodStatic memberGetCssReferences
Gets the embedded css file references for a type
Public methodStatic memberGetScriptReferences(Type)
Gets the script references for a type
Public methodStatic memberGetScriptReferences(Type, Boolean)
Gets the script references for a type
Public methodStatic memberRegisterCssReferences
Register's the Css references for this control
Top
See Also