Click or drag to resize

clsImportTenantAction Class

Import for table MPTenantActions: Action table to store (CreateUser, ChangeUser) Actions in the master database. To be consumed via web service or MARIService
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportTenantAction

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportTenantAction : clsImportBase

The clsImportTenantAction type exposes the following members.

Constructors
  NameDescription
Public methodclsImportTenantAction
Initializes a new instance of the clsImportTenantAction class
Top
Properties
  NameDescription
Public propertyActionDescription
Action Description
Public propertyActionParameter
Action Parameter as encrypted JSON
Public propertyActionProcessingClient
ActionProcessingClient
Public propertyActionProcessingDate
ActionProcessingDate
Public propertyActionProcessingMsg
ActionProcessingMsg
Public propertyActionProcessingResult
ActionProcessingResult
Public propertyActionProcessingUser
ActionProcessingUser
Public propertyActionProdedure
Action Prodedure Code with parameter
Public propertyActionStatus
Public propertyActionTransmitDate
ActionTransmitDate
Public propertyActionTransmitMethod
ActionTransmitMethod
Public propertyActionTransmitStatus
ActionTransmitStatus
Public propertyActionType
Internal Action Type
Public propertyCreateClient
CreateClient
Public propertyCreateDate
CreateDate
Public propertyCreateUser
CreateUser
Public propertyTenantActionID
internal ID, will be created in the MASTER database for the sequence of actions.
Public propertyTenantID
Reference to the master tenant id
Public propertyTenantUserDBLinkID
TenantUserDBLinkID
Public propertyTenantUserID
Returns application information of the MARIProject instance executing the action
Top
Methods
Remarks
See Also