Class FinalAssignmentAndReleaseStudentRequest
Inheritance
System.Object
FinalAssignmentAndReleaseStudentRequest
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class FinalAssignmentAndReleaseStudentRequest : ServiceRequest
Constructors
FinalAssignmentAndReleaseStudentRequest()
Declaration
public FinalAssignmentAndReleaseStudentRequest()
Properties
EmailSubject
Declaration
public string EmailSubject { get; set; }
Property Value
Type |
Description |
System.String |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LetterSubject
Declaration
public string LetterSubject { get; set; }
Property Value
Type |
Description |
System.String |
|
LetterTaskTemplateId
Declaration
public int? LetterTaskTemplateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
MailSubject
Declaration
public string MailSubject { get; set; }
Property Value
Type |
Description |
System.String |
|
MailTaskTemplateId
Declaration
public int? MailTaskTemplateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PlacedStudentDetailList
Declaration
public ICollection<PlacedStudentDetail> PlacedStudentDetailList { get; set; }
Property Value
RoommateMatchId
Declaration
public int RoommateMatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|