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 SourceEnteredUtcDate
Declaration
public string EnteredUtcDate
Field Value
Type | Description |
---|---|
System.String |
Fields
Declaration
public List<JobFormFieldPost> Fields
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<JobFormFieldPost> |
FormGroupId
Declaration
public long FormGroupId
Field Value
Type | Description |
---|---|
System.Int64 |
FormKey
Declaration
public string FormKey
Field Value
Type | Description |
---|---|
System.String |
FormStatus
Declaration
public long FormStatus
Field Value
Type | Description |
---|---|
System.Int64 |
ReviewerComments
Declaration
public string ReviewerComments
Field Value
Type | Description |
---|---|
System.String |
Methods
View SourceGetFormStatusTypeName(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 |