Class JobForm
Wraps an instance of a job form.
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 JobForm : JTObject
Constructors
JobForm(Int32)
Creates a job form object intended to be used to update a job form.
Declaration
public JobForm(int jobFormId_)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | jobFormId_ | Job form to be updated. |
JobForm(Int32, Int32)
Creates a job form object intended to be used to create a new job form instance.
Declaration
public JobForm(int jobId_, int formTemplateId_)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | jobId_ | Parent job of the new account. |
| System.Int32 | formTemplateId_ | Form template upon which the job form will be based. |
Properties
FieldValues
Field values associated with this job form instance.
Declaration
public JobFormFieldValueContainer FieldValues { get; }
Property Value
| Type | Description |
|---|---|
| JobFormFieldValueContainer |
FormTemplateId
Form template on which this form is based.
Declaration
public int FormTemplateId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
FormTemplateName
Form template on which this form is based.
Declaration
public string FormTemplateName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
JobFormId
Job Form id.
Declaration
public int JobFormId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
JobFormName
Job Form name.
Declaration
public string JobFormName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
JobId
Job id.
Declaration
public int JobId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
JobPhases
Job phases to which this job form belongs.
Declaration
public JobPhaseContainer JobPhases { get; }
Property Value
| Type | Description |
|---|---|
| JobPhaseContainer |