Class AlertJobsCandidateAppliedForOpportunity
- Namespace
- InSite.Domain.Messages
- Assembly
- Shift.Sdk.dll
public class AlertJobsCandidateAppliedForOpportunity : Notification
- Inheritance
-
AlertJobsCandidateAppliedForOpportunity
- Inherited Members
-
- Extension Methods
-
Constructors
AlertJobsCandidateAppliedForOpportunity()
public AlertJobsCandidateAppliedForOpportunity()
Properties
Attachments
public StringCollection Attachments { get; set; }
Property Value
- StringCollection
CandidateEmailAddress
public string CandidateEmailAddress { get; set; }
Property Value
- string
CandidateFirstName
public string CandidateFirstName { get; set; }
Property Value
- string
CandidateIdentifier
public Guid CandidateIdentifier { get; set; }
Property Value
- Guid
CandidateLastName
public string CandidateLastName { get; set; }
Property Value
- string
CandidatePhoneNumber
public string CandidatePhoneNumber { get; set; }
Property Value
- string
CandidateUrl
public string CandidateUrl { get; set; }
Property Value
- string
EmployerIdentifier
public Guid EmployerIdentifier { get; set; }
Property Value
- Guid
JobPosition
public string JobPosition { get; set; }
Property Value
- string
OpportunityIdentifier
public Guid OpportunityIdentifier { get; set; }
Property Value
- Guid