Class GetBatchTranscriptStudentsRequest
Represents the a request for the GetBatchTranscriptStudents method.
Inheritance
System.Object
GetBatchTranscriptStudentsRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetBatchTranscriptStudentsRequest : ServiceRequest
Constructors
GetBatchTranscriptStudentsRequest()
Declaration
public GetBatchTranscriptStudentsRequest()
Properties
CampusIdList
CampusIdList
Declaration
public IList<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
DateOfBirth
DateOfBirth
Declaration
public DateTime? DateOfBirth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
EmailAddress
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnrollmentNumber
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsIncludeTranscriptsOnHold
IsIncludeTranscriptsOnHold
Declaration
public bool IsIncludeTranscriptsOnHold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastName
LastName
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxGraduationDate
MaxGraduationDate
Declaration
public DateTime? MaxGraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
MaxStartDate
MaxStartDate
Declaration
public DateTime? MaxStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
MinGraduationDate
MinGraduationDate
Declaration
public DateTime? MinGraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
MinStartDate
MinStartDate
Declaration
public DateTime? MinStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PhoneNumber
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramId
ProgramId
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ProgramIdList
ProgramIdList
Declaration
public IList<int> ProgramIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
ProgramVersionId
ProgramVersionId
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ProgramVersionIdList
ProgramVersionIdList
Declaration
public IList<int> ProgramVersionIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
ShiftIdList
ShiftIdList
Declaration
public IList<int> ShiftIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
Ssn
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusIdList
StatusIdList
Declaration
public IList<int> StatusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
StudentGroupId
StudentGroupId
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentGroupIdList
StudentGroupIdList
Declaration
public IList<int> StudentGroupIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
StudentId
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentIDToPrint
StudentIDToPrint
Declaration
public int? StudentIDToPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentNumber
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |