Class JobCandidateDocument
Represents CandidatesDocument
Inheritance
System.Object
JobCandidateDocument
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 JobCandidateDocument
Constructors
JobCandidateDocument()
Declaration
public JobCandidateDocument()
Properties
DocumentDueDate
Declaration
public DateTime DocumentDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DocumentModuleId
Declaration
public int DocumentModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentReceivedDate
Declaration
public DateTime DocumentReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DocumentTypeId
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfDocuments
Declaration
public int NumberOfDocuments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |