Class ProcessedStudentReason
Inheritance
System.Object
ProcessedStudentReason
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()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ProcessedStudentReason
Constructors
ProcessedStudentReason()
Declaration
public ProcessedStudentReason()
Properties
FromCatalogYear
set FromCatalogYear
Declaration
public string FromCatalogYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersion
set ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersionId
set ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Reason
set Reason
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
set StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentName
set StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToCatalogYear
set ToCatalogYear
Declaration
public string ToCatalogYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |