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.String | AwardYear |
CampusId
Gets or sets the CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | CampusId |
DocumentStatusIdList
Gets or sets the List of DocumentStatusId
Declaration
public List<int> DocumentStatusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | List of DocumentStatusId |
DocumentTypeIdList
Gets or sets the List of DocumentTypeId
Declaration
public List<int> DocumentTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | List of DocumentTypeId |
ModuleId
Gets or sets the ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | ModuleId |
Ssn
Gets or sets the SSN
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | SSN |
StudentNumber
Gets or sets the StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | StudentNumber |
ViewDocumentsNotReceived
View Documents Not Received
Declaration
public bool ViewDocumentsNotReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | ViewDocumentsNotReceived |