Class AddDocumentListForStudentRequest
Represents the request for the AddDocumentListForStudent method.
Inheritance
System.Object
AddDocumentListForStudentRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class AddDocumentListForStudentRequest : ServiceRequest
Constructors
AddDocumentListForStudentRequest()
Declaration
public AddDocumentListForStudentRequest()
Properties
AwardYear
Gets or sets the AwardYear.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
DateApproved
Gets or sets the DateApproved.
Declaration
public DateTime? DateApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateApproved. |
DateDue
Gets or sets the DateDue.
Declaration
public DateTime? DateDue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateDue. |
DateReceived
Gets or sets the DateReceived.
Declaration
public DateTime? DateReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateReceived. |
DateRequested
Gets or sets the DateRequested.
Declaration
public DateTime? DateRequested { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateRequested. |
DateSent
Gets or sets the DateSent.
Declaration
public DateTime? DateSent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateSent. |
DocumentStatusId
Gets or sets the DocumentStatusId.
Declaration
public int DocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentStatusId. |
DocumentTypeListId
Gets or sets the DocumentTypeListId.
Declaration
public int DocumentTypeListId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentTypeListId. |
EnrollmentId
Gets or sets the EnrollmentId.
Declaration
public int? EnrollmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentId. |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPlacementId
Gets or sets the PlacementId.
Declaration
public int? StudentPlacementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PlacementId. |