Show / Hide Table of Contents

Class JobCustomFieldType

An job custom field type.

Inheritance
System.Object
JTObject
CustomFieldType
JobCustomFieldType
Inherited Members
CustomFieldType.IsInactive
CustomFieldType.IsCustomSort
CustomFieldType.CustomFieldDataType
CustomFieldType.CustomFieldTypeId
CustomFieldType.CustomFieldTypeName
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 JobCustomFieldType : CustomFieldType

Properties

Processes

The ids of the JTProcesses (if any) to which this field 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