FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance Members

The deFormInstance type exposes the following members.

Methods


  Name Description
Public method addAttachment
Adds the attachment.
Public method addFileAttachment
Adds the file attachment.
Public method addFormComment
Adds the form comment.
Public method addToFavorites
Adds to favorites.
Public method addToHistory
Adds to history.
Public method addUpdateFormResourceItem
Adds the update form resource item.
Public method belongsToWorkflowInstance
Belongses to workflow instance.
Public method export
Exports the form instance as HTML
Public method exportToSQL
Export the form instance to SQL.
Public method getCurrentUser
Gets the current user.
(Inherited from deAPIBase.)
Public method getFileAttachementCount
Public method getFormAttachment
Gets the form attachment.
Public method getFormAttachments
Gets the form attachments.
Public method getFormComments
Gets the form comments.
Public method getFormCommentsData
Gets the form comments.
Public method getFormDataTableName
Gets the form data table.
Public method getFormDefGlobalResources
Gets the global resources for the form
Public method getFormDefinition
Gets the form definition.
Public method getGlobalResources()()()()
Gets the global resources for the form instance
Public method getGlobalResources(String)
Gets the global resources.
Public method getHistory
get history
Public method getLatestFormAttachments
Gets the latest form attachments.
Public method getLatestFormAttachmentsByCtrlID
Gets the latest form attachments by control identifier.
Public method getProperties
Gets the properties.
Public method getProperty(String)
get property value
(Inherited from deAPIBase.)
Public method getProperty<(Of <<'(T>)>>)(String)
Gets the property.
(Inherited from deAPIBase.)
Public method getSubFormDataTableList
Gets the subform form data table list.
Public method getTenant
Returns the current tenant
(Inherited from deAPIBase.)
Public method getTenantID
Returns tenant id
(Inherited from deAPIBase.)
Public method getUserSession
Gets the user session.
(Inherited from deAPIBase.)
Public method removeAttachment
Removes a file attachment.
Public method removeAttachments()()()()
Removes all the form attachments.
Public method removeAttachments(String)
Removes the attachments.
Public method removeComment
Removes the comment.
Public method removeFormComment
Removes the comment.
Public method removeFormComments
Removes the form comments.
Public method removeFormResourceControlItem
Removes the form resource control item.
Public method removeFormResourceItem
Removes the form resource item.
Public method removeFromFavorites
Removes from favorites.
Public method toHTML
To the HTML.
Public method toJSON
To the JSON.
Public method toXML
To the XML.
Public method translateItemsUsingAzure
Translates the items using azure.
Public method updateFieldValue
Updates the field value.
Public method updateFieldValues
Updates the field values.
Public method updateProperties
Updates the properties.
Public method upsertFormData
Save or update the form data table

Properties


  Name Description
Public property connectionString
gets the connection string for the database
(Inherited from deAPIBase.)
Public property errorMsg
return last error message
(Inherited from deAPIBase.)
Public property executionPriority
Gets or sets the instance priority.
Public property externalUserID
Gets the external user identifier.
(Inherited from deAPIBase.)
Public property formInstID
Gets the form inst identifier.
Public property generateEvents
Gets or sets a value indicating whether [generate events].
Public property isMasterTenant
return if the session is for the master tenant
(Inherited from deAPIBase.)
Public property isMultiTenant
returns if the API is being used on multi-tenant mode
(Inherited from deAPIBase.)
Public property oErrorProvider
Gets the o error provider.
(Inherited from deAPIBase.)
Public property tenantMasterConnectionString
gets the tenant master database connection string
(Inherited from deAPIBase.)
Public property workflowUserID
returns the user id
(Inherited from deAPIBase.)