Show / Hide Table of Contents

Class FormTemplateField

Wraps a form field. (Not a field value)

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

Properties

FormFieldDataType

Data type of the field.

Declaration
public FormTemplateField.FormFieldDataType_Enum FormFieldDataType { get; }
Property Value
Type Description
FormTemplateField.FormFieldDataType_Enum

FormTemplateFieldId

FormTemplateField id.

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

FormTemplateFieldName

FormTemplateField name.

Declaration
public string FormTemplateFieldName { get; }
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 field has been marked inactive.

Declaration
public bool IsInactive { get; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX