Table of Contents

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

Collection<PolarToolsComponent>

Methods

CreateHTML(Context)

Returns the html to render Polar Tools.

public string CreateHTML(Context pContext)

Parameters

pContext Context

The 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

pContext Context

The context

pAction string

The action to perform.

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 Context

The context.

Returns

ReturnBlobResponse

The blob data encapsulated in a ReturnBlobResponse object.