Represents a Page Set.
Implements I_ISDirty, I_ISObjectName, I_finSummaryPages

Methods

Name Description
Clear Clears this object and sets all of its properties to their defaults.
CodeDecrypt ' Determined whether the Script contains a Method definition. '
CodeEncrypt Encrypt the Script Code.
CodeExport Export Script Code to a File.
CodeHash Return a hash of the code, useful to compare two scripts.
CodeImport Import Script Code from a File.
CompileForTesting Obsolete Attempt to Compile the Script Code.
CompileScriptForTesting Attempt to Compile the Script Code.
ConstantsAddFromScript Add Constants from remarks defined in the Script.
Delete Deletes the current record.
DirtyClear System Use Only
Duplicate Duplicates the current object.
FromXmlString Populates object from an XML string.
GetObjectName
GetObsoleteMessage Get a Message and optional details of why this Page Set is obsolete.
GetPageObjectsByName System Use Only Get a list of Page Objects with the specified name.
GetTemplateCode Creates an empty Script function definition for a Script.
GetTemplateCodeAccountApp Creates an empty Script function definition for an Account Application related Script.
GetTemplateCodeWorkflow Creates an empty Script function definition for a Workflow related Script.
GetTemplateEventHandlerMethod System Use Only
GetWarnings Get Warnings.
LinkUsageItemsLoad Loads the Link Usage Items collection.
LinkUsageItemsRefresh Forces the Link Usage Items collection to be reloaded from the database the next time it is accessed.
Load Loads a record from the database.
LoadPk Loads a record from the database.
PageObjectExists System Use Only See if a Page Object with this Name exists on any page.
Refresh Refreshes this object from the database.
Save Save this record.
SavedItemsLoad Loads the Saved Items collection.
SavedItemsRefresh Forces the Saved Items collection to be reloaded from the database the next time it is accessed.
SummaryPagesLoad Loads the Summary Pages collection.
SummaryPagesRefresh Forces the Summary Pages collection to be rebuilt the next time it is accessed.
ToXmlString Persists object to an XML string.

Properties

Name Description
AccountAppTypeId The Id of the Account Application Type used if the Data Source Type is Account Application.
AccountAppTypePk The primary key of the Account Application Type used if the Data Source Type is Account Application.
Active Indicates whether this record is Active.
Beta The Page Set's 'Beta' status.
Bookmarks A comma separated list of line numbers which are Bookmarked in the Script Code.
Code The Script Code.
CommandButtonCancelCaption The Caption to display on the 'Cancel' button or a blank String to display the default Caption.
CommandButtonOkCaption The Caption to display on the 'OK' or 'Finish' button or a blank String to display the default Caption.
CommandButtonPrintCaption The Caption to display on the 'Print' button or a blank String to display the default Caption.
CommandButtonSaveCaption The Caption to display on the 'Save' button or a blank String to display the default Caption.
CommandButtonsShowCancel Indicates whether to show the 'Cancel' Command Button when displayed in Tabbed or Single Page mode.
CommandButtonsShowOk Indicates whether to show the 'OK' Command Button when displayed in Tabbed or Single Page mode.
CommandButtonsShowPrint Indicates whether to show a 'Print' Command Button.
CommandButtonsShowSave Indicates whether to show a 'Save' Command Button.
Constants Read-Only Constants that will be available to the Script via the ScriptInfo.Constants Key/Value List.
CreatedDate Read-Only The Local date and time this record was created.
CreatedUserPk Read-Only The primary key of the User that created this record.
CreatedUtcDate Read-Only The UTC date and time this record was created.
Description The Description of this Page.
FormMinimumHeight The Minimum Height of the Form in pixels.
FormMinimumHeightResolved Read-Only
FormMinimumWidth The Minimum Width of the Form in pixels.
FormMinimumWidthResolved Read-Only
FormShowHeading Indicates whether to show the Form Heading on the data entry form.
FormTitle The Form Title to display.
Icon The name of the Icon used to represent this Page Set in certain situations.
IsDirty Read-Only Indicates whether this object has been modified since being created, loaded or refreshed.
IsEncrypted Read-Only Indicates whether the Script Code is Encrypted.
IsNew Read-Only Indicates whether this is a new record.
Language The Programming Language that the Script Code is written in.
LanguageText The Programming Language in its String representation.
LinkUsageItems Read-Only A read-only collection of Link Usage Items that relate to this Script.
LinkUsageItemsLoaded Read-Only Indicates whether the Link Usage Items collection has been loaded.
NavigationMethod The Navigation Method.
NavigationMethodText The Navigation Method in its String representation.
Notes Notes regarding the Page Set.
PageSetId The Id of this Page Set.
Pages Read-Only A collection of Page Objects.
PermissionKeyExecute The Permission Key required to Execute this Page Set.
Pk Read-Only This record's primary key.
SavedItems Read-Only A collection of Saved Items.
SavedItemsLoaded Read-Only Indicates whether the Saved Items collection has been loaded.
SummaryPages Read-Only A collection of Summary Pages.
SummaryPagesLoaded Read-Only Indicates whether the Summary Pages collection has been loaded.
Tag The Tag property can be used to attach another value or object to this object.
Timestamp Read-Only This record's Timestamp.
UpdatedDate Read-Only The Local date and time this record was last updated.
UpdatedUserPk Read-Only The primary key of the User that last updated this record.
UpdatedUtcDate Read-Only The UTC date and time this record was last updated.
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0