Class CreateFollowUpSettings
Inheritance
CreateFollowUpSettings
Assembly: SoDataBase.dll
Syntax
public class CreateFollowUpSettings : StepSettings
Constructors
CreateFollowUpSettings()
Declaration
public CreateFollowUpSettings()
Properties
ActionTime
Declaration
public int ActionTime { get; set; }
Property Value
ActionTimeUnit
Declaration
public WorkflowTimeWaitIntervalType ActionTimeUnit { get; set; }
Property Value
ActionType
Declaration
public WorkflowActionType ActionType { get; set; }
Property Value
Agenda
Declaration
public string Agenda { get; set; }
Property Value
Availability
Declaration
public FreeBusy Availability { get; set; }
Property Value
Completed
Declaration
public bool Completed { get; set; }
Property Value
Duration
Declaration
public int Duration { get; set; }
Property Value
FollowUpType
Declaration
public int FollowUpType { get; set; }
Property Value
Owner
Declaration
public int Owner { get; set; }
Property Value
OwnerType
Declaration
public WorkflowOwnerType OwnerType { get; }
Property Value
Project
Declaration
public int Project { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)