Class ExternalInstitution
Inheritance
System.Object
ExternalInstitution
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.Admissions.Events
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ExternalInstitution
Constructors
ExternalInstitution()
Declaration
public ExternalInstitution()
Properties
CollegeCode
College Code.
Declaration
public string CollegeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CollegeId
College Id.
Declaration
public int CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CollegeName
College Name.
Declaration
public string CollegeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CompletionDate
Course Completion Date.
Declaration
public DateTime CompletionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CourseCode
Course Code.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseCredits
Course Credits.
Declaration
public decimal? CourseCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CourseGrade
Course Grade.
Declaration
public string CourseGrade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseId
Course Id.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HighSchoolCode
HighSchool Code.
Declaration
public string HighSchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HighSchoolId
HighSchool Id.
Declaration
public int HighSchoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HighSchoolName
High School Name.
Declaration
public string HighSchoolName { get; set; }
Property Value
Type | Description |
---|---|
System.String |