ActionFlowNodeType Class

Represents action flow node category.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class ActionFlowNodeType : AbstractValueMap<ActionFlowNodeType>
Inheritance
Object    AbstractValueMapActionFlowNodeType    ActionFlowNodeType

Fields

CallThirdPartyEndPoint Node to call a 3rd party API server endpoint with a payload.
EventAfterTimeSpan Node to check whether a time, like an event, is after a time span.
EventBeforeTimeSpan Node to check whether a time, like an event, is before a time span.
EventBetweenTimeSpans Node to check whether a time, like an event, is between two time spans.
EventNode Node to check whether the event parameter corresponds with any given EventCodeDto's.
FillInTemplate Node to fill in a TemplateDto with the provided data.
GetAccountsByEnvironment Node to retrieve a list of AccountDto's by their shared environment.
GetAccountsByRole Node to retrieve a list of AccountDto's by their shared role.
GetBooleanFreeField Node to retrieve one of the three BooleanIFreeFields of an object.
GetCompanyMainManager Node to retrieve the AccountDto that is referenced in MainManagerAccount
GetDateTimeFreeField Node to retrieve one of the three DateTimeIFreeFields of an object.
GetEnvironment Node to retrieve an EnvironmentDto from the database based on the assigned environment identity in a business object derived from IHasEnvironment.
GetLabel Node to extract the Label from a business object.
GetNumberFreeField Node to retrieve one of the three DoubleIFreeFields of an object.
GetRole Node to retrieve a RoleDto from the database based on the assigned IHasRole identity in a business object.
GetTextFreeField Node to retrieve one of the three StringIFreeFields of an object.
LocalizedText Localize a text based on the culture of the provided user.
SendEmail Node to send an email.
SendSms Node to send an SMS.
Start Start node.
WaitForAllTasksToComplete Wait for all preceding tasks to complete before continuing.
WaitForAnyTasksToComplete Wait for any of the preceding tasks to complete before continuing.

Extension Methods

ParseNodeType Returns the Type of node to instantiate.
(Defined by LoadNodesHandler)

See Also