Show / Hide Table of Contents

Class JobFormPost

Inheritance
System.Object
JobFormPost
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Job
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class JobFormPost

Fields

View Source

EnteredUtcDate

Declaration
public string EnteredUtcDate
Field Value
Type Description
System.String
View Source

Fields

Declaration
public List<JobFormFieldPost> Fields
Field Value
Type Description
System.Collections.Generic.List<JobFormFieldPost>
View Source

FormGroupId

Declaration
public long FormGroupId
Field Value
Type Description
System.Int64
View Source

FormKey

Declaration
public string FormKey
Field Value
Type Description
System.String
View Source

FormStatus

Declaration
public long FormStatus
Field Value
Type Description
System.Int64
View Source

ReviewerComments

Declaration
public string ReviewerComments
Field Value
Type Description
System.String

Methods

View Source

GetFormStatusTypeName(Int32)

Fetches the name of a form status from a given id.

Declaration
public static string GetFormStatusTypeName(int formStatus)
Parameters
Type Name Description
System.Int32 formStatus
Returns
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX