Class JobActivityStatus
Wraps the details of a job activity status.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class JobActivityStatus : JTObject
Properties
Abbreviation
Abreviation used for this status option.
Declaration
public string Abbreviation { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ConfirmTimeChange
True if activities of this status require a confirmation prompt before their time is changed.
Declaration
public bool ConfirmTimeChange { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
DisplayColor
Color used when the activity is displayed on the calendar.
Declaration
public string DisplayColor { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsInactive
True if this status has been marked inactive.
Declaration
public bool IsInactive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
JobActivityStatusId
JobActivityStatus id.
Declaration
public int JobActivityStatusId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
JobActivityStatusName
JobActivityStatus name.
Declaration
public string JobActivityStatusName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
JobActivityStatusType
Defines the behaviour of this status.
Declaration
public JobActivityStatus.JobActivityStatusType_Enum JobActivityStatusType { get; }
Property Value
| Type | Description |
|---|---|
| JobActivityStatus.JobActivityStatusType_Enum |
SeqNum
Defines the order in which the statuses are listed.
Declaration
public int SeqNum { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ValidForAppointments
True if this status may also be used to denote the status of appointments.
Declaration
public bool ValidForAppointments { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |