Show / Hide Table of Contents

Enum AssignmentStatus

Status if this appointment is in the process of being assigned to someone else

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum AssignmentStatus

Fields

Name Description
Assigning

11: 11: Appointment in the process of being assigned to someone else

Declined

13: 13: Appointment where the person requested to take ownership has declined.

None

1: 1: All appointments not in the process of being assigned to someone else

Seen

12: 12: Appointment where the party requested to take ownership of the appointment or task has observed the request, but not yet accepted or declined the request.

Unknown

0: Unknown - used when initializing

Extension Methods

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