Class JobPost
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 JobPost : Job
Fields
View SourceForms
Declaration
public List<JobFormPost> Forms
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<JobFormPost> |
ProjectId
Declaration
public long ProjectId
Field Value
Type | Description |
---|---|
System.Int64 |
ReviewerComments
Declaration
public string ReviewerComments
Field Value
Type | Description |
---|---|
System.String |
UserProfileId
Declaration
public long UserProfileId
Field Value
Type | Description |
---|---|
System.Int64 |