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
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
BootstrapFormContainerTC
Returns the default html used as container to show the html form.
public string BootstrapFormContainerTC { get; }
Property Value
BootstrapFormRowClassesTC
Returns the css classes to use for a row in a form.
public string BootstrapFormRowClassesTC { get; }
Property Value
CaptionTC
Returns the caption of the application.
public string CaptionTC { get; }
Property Value
DefaultBootstrapLabelWidth
Returns the default width of labels for all forms.
public int DefaultBootstrapLabelWidth { get; }
Property Value
ExplanationTC
Returns the explanation of the application.
public string ExplanationTC { get; }
Property Value
FormFooterHtmlTC
Returns the default footer for detail forms when printing.
public string FormFooterHtmlTC { get; }
Property Value
FormFooterScreenHtmlTC
Returns the default footer for detail forms when shown on screen.
public string FormFooterScreenHtmlTC { get; }
Property Value
FormHeaderHtmlTC
Returns the default header for detail forms when printing.
public string FormHeaderHtmlTC { get; }
Property Value
FormHeaderScreenHtmlTC
Returns the default header for detail forms when shown on screen.
public string FormHeaderScreenHtmlTC { get; }
Property Value
HelpTextTC
Returns the default help text for the application.
public string HelpTextTC { get; }
Property Value
ListFooterHtmlTC
Returns the default footer for list forms when printing.
public string ListFooterHtmlTC { get; }
Property Value
ListFooterScreenHtmlTC
Returns the default footer for list forms when shown on screen.
public string ListFooterScreenHtmlTC { get; }
Property Value
ListHeaderHtmlTC
Returns the default header for list forms when printing.
public string ListHeaderHtmlTC { get; }
Property Value
ListHeaderScreenHtmlTC
Returns the default header for list forms when shown on screen.
public string ListHeaderScreenHtmlTC { get; }
Property Value
MenuDisplayType
Returns the type of menu for this application. Deprecated.
public int MenuDisplayType { get; }
Property Value
MultiForm
Returns a boolean indicating multiple forms of one type can be opened.
public bool MultiForm { get; }
Property Value
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
Tag
Returns the default tag value for this application.
public string Tag { get; }
Property Value
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
UIsupportFilter
Returns a boolean indicating this application supports filtering data sets by the user.
public bool UIsupportFilter { get; }
Property Value
UIsupportHelp
Returns a boolean indicating this application supports help forms.
public bool UIsupportHelp { get; }
Property Value
UseBootstrapDesign
Returns a boolean indicating the application uses Bootstrap as design platform.
public bool UseBootstrapDesign { get; }