Class CustomFieldType
Describes a custom field.
Inheritance
System.Object
CustomFieldType
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 abstract class CustomFieldType : JTObject
Properties
CustomFieldDataType
Data type of the field.
Declaration
public CustomFieldType.CustomFieldDataType_Enum CustomFieldDataType { get; }
Property Value
| Type | Description |
|---|---|
| CustomFieldType.CustomFieldDataType_Enum |
CustomFieldTypeId
CustomFieldType id.
Declaration
public int CustomFieldTypeId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
CustomFieldTypeName
CustomFieldType name.
Declaration
public string CustomFieldTypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsCustomSort
Indicates whether the custom field includes a custom sort order. (Applies to List of Values fields)
Declaration
public bool IsCustomSort { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsInactive
Indicates whether the custom field type has been marked inactive.
Declaration
public bool IsInactive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |