Class PreviousAdmissionsRep
Inheritance
System.Object
PreviousAdmissionsRep
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.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class PreviousAdmissionsRep
Constructors
PreviousAdmissionsRep()
Declaration
public PreviousAdmissionsRep()
Properties
PreviousProspectCode
Declaration
public string PreviousProspectCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousProspectName
Declaration
public string PreviousProspectName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |