Class SaveStudentWorkExperienceRequest
Inheritance
System.Object
SaveStudentWorkExperienceRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SaveStudentWorkExperienceRequest : ServiceRequest
Constructors
SaveStudentWorkExperienceRequest()
Declaration
public SaveStudentWorkExperienceRequest()
Properties
Declaration
public string ApprovalComments { get; set; }
Property Value
Type |
Description |
System.String |
|
ApprovalStatus
Declaration
public string ApprovalStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentFileType
Declaration
public string DocumentFileType { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentId
Declaration
public int? DocumentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
DocumentImage
Declaration
public byte[] DocumentImage { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
EmployerName
Declaration
public string EmployerName { get; set; }
Property Value
Type |
Description |
System.String |
|
EmploymentTypeId
Declaration
public int? EmploymentTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FileNameWithExtension
Declaration
public string FileNameWithExtension { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Industry
Declaration
public string Industry { get; set; }
Property Value
Type |
Description |
System.String |
|
IndustryId
Declaration
public int? IndustryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Location
Declaration
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
SkillList
Declaration
public List<SkillEntity> SkillList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<SkillEntity> |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|