Click or drag to resize

Form Properties

The Form type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
Change by
Public propertyChangeTime
Change time
Public propertyCreatedBy
Created by
Public propertyCreateTime
Create time
Public propertyDataObjectTypeId
Skal være angivet hvis form ikke er processpecifik.
Public propertyDataVersion
Data version
Public propertyDescription
Description
Public propertyDispButtons
Display buttons
Public propertyHtmlInclude
Html include
Public propertyId
Form Id
Public propertyName
Name
Public propertyNumber
Number
Public propertyOnInitHandlerId
Angiver et BrowserEventHandlerId. Kan være 0.
Public propertyOnSubmitHandlerId
Angiver et BrowserEventHandlerId. Kan være 0.
Public propertyProcessTemplateId
Skal være angivet hvis form er processpecifik. Angiver i givet fald den process template som form tilhører.
Public propertyScreenElements
States which elements will be displayed in the form screen: headline menu.
Public propertyScriptFiles
Rummer et antal javascript fil-stier der skal inkluderes. Stierne kan både være relative til OE applikationen eller absolutte.
Public propertySections
Form section bases read only
Public propertySettings
Contains a number of settings for the form. Setting keys are case-insensitive. The characters '=' and ';' are neither allowed in the setting keys nor in the values. Use AssignSettings(string) to assign a delimited string with settings.
Public propertyShowReferencePanel
Show panel with file attachments.
Public propertyUId
UId
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIEntityObjectDataVersion
The data version of an entity object is incremented every time it gets updated. If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects) then the DataVersion is also "touched" when an embedded object changes.
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
Top
See Also