Class StudentDetail
Inheritance
System.Object
StudentDetail
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.Admissions.Contracts.dll
Syntax
public class StudentDetail
Constructors
StudentDetail()
Declaration
Properties
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
FullName
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
LeadDate
Declaration
public DateTime? LeadDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LeadSourceName
Declaration
public string LeadSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
LeadTypeName
Declaration
public string LeadTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|