Table of Contents

Class repCustomControl

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains information about a custom control in the Polar Studio repository.

public class repCustomControl
Inheritance
repCustomControl
Inherited Members
Extension Methods

Properties

DefaultCSSclassTC

Returns the default css class name to be used for this custom control.

public string DefaultCSSclassTC { get; }

Property Value

string

DefaultHeight

Returns the default height of this custom control in form view.

public int DefaultHeight { get; }

Property Value

int

DefaultHeightList

Returns the default height of this custom control in list view.

public int DefaultHeightList { get; }

Property Value

int

DefaultWidth

Returns the default width of this custom control in form view.

public int DefaultWidth { get; }

Property Value

int

DefaultWidthList

Returns the default width of this custom control in list view.

public int DefaultWidthList { get; }

Property Value

int

Name

Returns the name of the custom control.

public string Name { get; }

Property Value

string

Project

Returns the repository project this custom control is created in.

public repProject Project { get; }

Property Value

repProject

ScriptedFilterControl

Returns a boolean indicating this control is also to be used to create the filter control instead of the default filter control.

public bool ScriptedFilterControl { get; }

Property Value

bool

SysCustomControlID

Returns the SysCustomControlID as known in the repository.

public int SysCustomControlID { get; }

Property Value

int

Methods

OnLoadControlScript()

Returns the script expresion to be used to load this custom control.

public string OnLoadControlScript()

Returns

string

OnRenderControlScript()

Returns the script expresion to be used to render this custom control.

public string OnRenderControlScript()

Returns

string

OnUnloadControlScript()

Returns the script expresion to be used to unload this custom control.

public string OnUnloadControlScript()

Returns

string