Class SaveStudentCertificationRequest
Represents the a request for the SaveStudentCertificationEvent method.
Inheritance
System.Object
SaveStudentCertificationRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class SaveStudentCertificationRequest : ServiceRequest
Constructors
SaveStudentCertificationRequest()
Declaration
public SaveStudentCertificationRequest()
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 |
|
CertificationId
Declaration
public int CertificationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CertificationName
Declaration
public string CertificationName { 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[] |
|
DocumentType
Declaration
public string DocumentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ExamScore
Declaration
public int? ExamScore { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ExamTakenDate
Declaration
public DateTime? ExamTakenDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ExpirationDate
Declaration
public DateTime? ExpirationDate { 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 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
Organization
Declaration
public string Organization { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduledExamDate
Declaration
public DateTime? ScheduledExamDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
SkillList
Declaration
public List<SkillEntity> SkillList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<SkillEntity> |
|
StateId
Declaration
public int? StateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest