Class StudentBatchTranscript
Inheritance
System.Object
StudentBatchTranscript
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class StudentBatchTranscript
Constructors
StudentBatchTranscript()
Declaration
public StudentBatchTranscript()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ExceptionMsg
Declaration
public string ExceptionMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsOnlyIncludeFederallyFundedTerms
Declaration
public bool IsOnlyIncludeFederallyFundedTerms { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramId
Declaration
public int? ProgramId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionId
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusId
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TranscriptHoldStatus
Declaration
public int? TranscriptHoldStatus { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|