deFormRuntime Members
The deFormRuntime type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
deFormRuntime(String, String, IErrorProvider) |
Initializes a new instance of the deFormRuntime class.
|
|
|
deFormRuntime(deUserSession) |
Initializes a new instance of the deFormRuntime class.
|
|
|
deFormRuntime(String, String, String) |
Initializes a new instance of the deFormRuntime class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
archiveFormInstance |
Archives the form instance.
|
|
|
archiveInstancesByUpdateDate(DateTime) |
Archives the instances by update date.
|
|
|
archiveInstancesByUpdateDate(DateTime, DateTime) |
Archives the instances by update date.
|
|
|
generateNextFormInstanceIndex |
Auto create instance name for form instance
|
|
|
getAllFormsInstancesForUser |
Gets all forms instances for user.
|
|
|
getArchivedFormInstance |
Gets the archived form instance.
|
|
|
getArchivedFormInstances |
Gets the archived from instances.
|
|
|
getCurrentUser |
Gets the current user.
(Inherited from deAPIBase.) |
|
|
getFavoriteFormsInstancesForUser |
Get the Favorite Form Instances For User
|
|
|
getFormAttachment |
Gets the form attachment.
|
|
|
getFormInstance |
Gets the form instance.
|
|
|
getFormInstances |
get instances created by an user
|
|
|
getFormInstancesData |
getFormInstancesData
|
|
|
getFormInstanceUsingName |
Gets the name of the form instance using.
|
|
|
getLastArchivedInstances |
Gets the archived form instances last.
|
|
|
getLastModifiedFormsInstances |
Gets the last modified instances.
|
|
|
getListOfForms |
returns a list of forms for the current instances
|
|
|
getProperties |
Gets the properties.
(Inherited from deAPIBase.) |
|
|
getProperty(String) |
get property value
(Inherited from deAPIBase.) |
|
|
getProperty<(Of <<'(T>)>>)(String) |
Gets the property.
(Inherited from deAPIBase.) |
|
|
getTenant |
Returns the current tenant
(Inherited from deAPIBase.) |
|
|
getTenantID |
Returns tenant id
(Inherited from deAPIBase.) |
|
|
getUserSession |
Gets the user session.
(Inherited from deAPIBase.) |
|
|
removeAllArchivedFormInstances |
removes all archived Form instances
|
|
|
removeAllFormInstances |
Removes all form instances.
|
|
|
removeArchivedFormInstance |
Removes the archived Form instance.
|
|
|
removeFormInstance |
Removes the form instance.
|
|
|
removeFormInstancesWithoutDefinitions |
removing instances without having definition
|
|
|
toJSON |
To the XML.
|
|
|
toXML |
To the XML.
|
Properties
| Name | Description | |
|---|---|---|
|
|
connectionString |
gets the connection string for the database
(Inherited from deAPIBase.) |
|
|
errorMsg |
return last error message
(Inherited from deAPIBase.) |
|
|
externalUserID |
Gets the external user identifier.
(Inherited from deAPIBase.) |
|
|
generateEvents |
Gets or sets a value indicating whether [generate events].
|
|
|
isMasterTenant |
return if the session is for the master tenant
(Inherited from deAPIBase.) |
|
|
isMultiTenant |
returns if the API is being used on multi-tenant mode
(Inherited from deAPIBase.) |
|
|
oErrorProvider |
Gets the o error provider.
(Inherited from deAPIBase.) |
|
|
tenantMasterConnectionString |
gets the tenant master database connection string
(Inherited from deAPIBase.) |
|
|
workflowUserID |
returns the user id
(Inherited from deAPIBase.) |

