Show / Hide Table of Contents

Class JobActivityType

Wraps a job activity type.

Inheritance
System.Object
JTObject
JobActivityType
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 JobActivityType : JTObject

Properties

Description

Description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

IsInactive

Indicates whether the job activity type has been marked inactive.

Declaration
public bool IsInactive { get; set; }
Property Value
Type Description
System.Boolean

JobActivityTypeId

JobActivityType id.

Declaration
public int JobActivityTypeId { get; }
Property Value
Type Description
System.Int32

JobActivityTypeName

JobActivityType name.

Declaration
public string JobActivityTypeName { get; }
Property Value
Type Description
System.String

Processes

The ids of the JTProcesses (if any) to which this activity type has been assigned.

Declaration
public IEnumerable<int> Processes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Int32>
Back to top Generated by DocFX