Class WorkflowInbox
OptimaJet.Workflow.MongoDB.WorkflowInbox
Namespace: OptimaJet.Workflow.MongoDB
public class WorkflowInbox : DynamicEntityInheritance
- System.Object
- DynamicEntity
Properties
Name
Type
Id #GuidProcessId #GuidTenantId #StringIdentityId #StringAddingDate #DateTimeAvailableCommands #StringMethods
public static WorkflowInbox ToDB(InboxItem inboxItem) #Parameters
Name
Type
Description
inboxItemInboxItemReturns
Type
Description
WorkflowInboxpublic static Task<List<InboxItem>> FromDB(WorkflowRuntime runtime, WorkflowInbox[] inboxItems, CultureInfo culture) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeinboxItemsWorkflowInbox[]cultureCultureInfoReturns
Type
Description
Task<InboxItem>