Class GetDocumentTrackingListRequest
Represents the request for the GetDocumentTrackingList method.
Inheritance
System.Object
GetDocumentTrackingListRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentTrackingListRequest : ServiceRequest
Constructors
GetDocumentTrackingListRequest()
Declaration
public GetDocumentTrackingListRequest()
Properties
AwardYear
Gets or sets the AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System. |
AwardYear |
CampusId
Gets or sets the CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System. |
CampusId |
DocumentStatusIdList
Gets or sets the List of DocumentStatusId
Declaration
public List<int> DocumentStatusIdList { get; set; }
Property Value
Type | Description |
---|---|
System. |
List of DocumentStatusId |
DocumentTypeIdList
Gets or sets the List of DocumentTypeId
Declaration
public List<int> DocumentTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System. |
List of DocumentTypeId |
ModuleId
Gets or sets the ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System. |
ModuleId |
Ssn
Gets or sets the SSN
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System. |
SSN |
StudentNumber
Gets or sets the StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
StudentNumber |
ViewDocumentsNotReceived
View Documents Not Received
Declaration
public bool ViewDocumentsNotReceived { get; set; }
Property Value
Type | Description |
---|---|
System. |
ViewDocumentsNotReceived |