MobileTrack Nexus Documentation
C#
Show/Hide TOC
Action
Flow
Definition
Dto
Is
Deleted Property
If
, the item has been soft deleted and only exists for logging purposes or to be reclaimed later. It also means
DeletedBy
must be set.
Definition
Namespace:
MobileTrack.Common.Models.ActionFlows
Assembly:
MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
bool
IsDeleted
{
get
;
set
; }
Property Value
Boolean
Implements
IIsSoftDeletable
IsDeleted
See Also
Reference
ActionFlowDefinitionDto Class
MobileTrack.Common.Models.ActionFlows Namespace
In This Article
Definition
Property Value
Implements
See Also