Show / Hide Table of Contents

Class CreateFollowUpSettings

Inheritance
object
StepSettings
CreateFollowUpSettings
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Workflow
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class CreateFollowUpSettings : StepSettings

Constructors

CreateFollowUpSettings()

Declaration
public CreateFollowUpSettings()

Properties

ActionTime

Declaration
public int ActionTime { get; set; }
Property Value
Type Description
int

ActionTimeUnit

Declaration
public WorkflowTimeWaitIntervalType ActionTimeUnit { get; set; }
Property Value
Type Description
WorkflowTimeWaitIntervalType

ActionType

Declaration
public WorkflowActionType ActionType { get; set; }
Property Value
Type Description
WorkflowActionType

Agenda

Declaration
public string Agenda { get; set; }
Property Value
Type Description
string

Availability

Declaration
public FreeBusy Availability { get; set; }
Property Value
Type Description
FreeBusy

Completed

Declaration
public bool Completed { get; set; }
Property Value
Type Description
bool

Duration

Declaration
public int Duration { get; set; }
Property Value
Type Description
int

FollowUpType

Declaration
public int FollowUpType { get; set; }
Property Value
Type Description
int

Owner

Declaration
public int Owner { get; set; }
Property Value
Type Description
int

OwnerType

Declaration
public WorkflowOwnerType OwnerType { get; }
Property Value
Type Description
WorkflowOwnerType

Project

Declaration
public int Project { get; set; }
Property Value
Type Description
int

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top