Table of Contents

Class repApplicationSettings

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the group specific settings for an application.

public class repApplicationSettings
Inheritance
repApplicationSettings
Inherited Members
Extension Methods

Properties

ApplicationAllowed

Returns a boolean indicating this application is allowed.

public bool ApplicationAllowed { get; }

Property Value

bool

BackHtmlTC

Returns the html to show when this application is open but no forms are open in the application.

public string BackHtmlTC { get; }

Property Value

string

BootstrapFormContainerTC

Returns the default html used as container to show the html form.

public string BootstrapFormContainerTC { get; }

Property Value

string

BootstrapFormRowClassesTC

Returns the css classes to use for a row in a form.

public string BootstrapFormRowClassesTC { get; }

Property Value

string

CaptionTC

Returns the caption of the application.

public string CaptionTC { get; }

Property Value

string

DefaultBootstrapLabelWidth

Returns the default width of labels for all forms.

public int DefaultBootstrapLabelWidth { get; }

Property Value

int

ExplanationTC

Returns the explanation of the application.

public string ExplanationTC { get; }

Property Value

string

FormFooterHtmlTC

Returns the default footer for detail forms when printing.

public string FormFooterHtmlTC { get; }

Property Value

string

FormFooterScreenHtmlTC

Returns the default footer for detail forms when shown on screen.

public string FormFooterScreenHtmlTC { get; }

Property Value

string

FormHeaderHtmlTC

Returns the default header for detail forms when printing.

public string FormHeaderHtmlTC { get; }

Property Value

string

FormHeaderScreenHtmlTC

Returns the default header for detail forms when shown on screen.

public string FormHeaderScreenHtmlTC { get; }

Property Value

string

HelpTextTC

Returns the default help text for the application.

public string HelpTextTC { get; }

Property Value

string

ListFooterHtmlTC

Returns the default footer for list forms when printing.

public string ListFooterHtmlTC { get; }

Property Value

string

ListFooterScreenHtmlTC

Returns the default footer for list forms when shown on screen.

public string ListFooterScreenHtmlTC { get; }

Property Value

string

ListHeaderHtmlTC

Returns the default header for list forms when printing.

public string ListHeaderHtmlTC { get; }

Property Value

string

ListHeaderScreenHtmlTC

Returns the default header for list forms when shown on screen.

public string ListHeaderScreenHtmlTC { get; }

Property Value

string

MenuDisplayType

Returns the type of menu for this application. Deprecated.

public int MenuDisplayType { get; }

Property Value

int

MultiForm

Returns a boolean indicating multiple forms of one type can be opened.

public bool MultiForm { get; }

Property Value

bool

SysFormID

Returns the SysFormID of the form that is opened when the application is started. Returns 0 if no form is to be opened.

public int SysFormID { get; }

Property Value

int

Tag

Returns the default tag value for this application.

public string Tag { get; }

Property Value

string

UImenuReloadsForm

Returns a boolean indicating that a form opened by a default menu action always re-uses an existing form of that type.

public bool UImenuReloadsForm { get; }

Property Value

bool

UIsupportFilter

Returns a boolean indicating this application supports filtering data sets by the user.

public bool UIsupportFilter { get; }

Property Value

bool

UIsupportHelp

Returns a boolean indicating this application supports help forms.

public bool UIsupportHelp { get; }

Property Value

bool

UseBootstrapDesign

Returns a boolean indicating the application uses Bootstrap as design platform.

public bool UseBootstrapDesign { get; }

Property Value

bool