Class ProcessEmployerTask
Represent Model for Employer Process Task List
Inheritance
System.Object
ProcessEmployerTask
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: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class ProcessEmployerTask
Constructors
ProcessEmployerTask()
Declaration
public ProcessEmployerTask()
Properties
EmployerId
Declaration
public string EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlacementAdvisorId
Declaration
public string PlacementAdvisorId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessNote
Declaration
public string ProcessNote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceTableName
Declaration
public string SourceTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskTemplateCode
Declaration
public string TaskTemplateCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |