Class PolarTools
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the PolarTools components used in a web session.
public class PolarTools
- Inheritance
-
PolarTools
- Inherited Members
- Extension Methods
Fields
Components
Returns all components
public Collection<PolarToolsComponent> Components
Field Value
Methods
CreateHTML(Context)
Returns the html to render Polar Tools.
public string CreateHTML(Context pContext)
Parameters
pContext
ContextThe context.
Returns
- string
A string containing the html.
DoAction(Context, string)
To perform an action. Is used internally.
public string DoAction(Context pContext, string pAction)
Parameters
Returns
- string
A string with a result.
GetBlob(Context)
Helpter to get blob data from a Polar Tools component.
public ReturnBlobResponse GetBlob(Context pContext)
Parameters
pContext
ContextThe context.
Returns
- ReturnBlobResponse
The blob data encapsulated in a ReturnBlobResponse object.