Class StudentEdm
Student Enterprise Data Object, representation of the student entity.
Inheritance
System.Object
StudentEdm
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
Constructors
StudentEdm()
Declaration
Properties
AlienNumber
Declaration
public string AlienNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignedAdmissionsRepCode
Declaration
public string AssignedAdmissionsRepCode { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignedAdmissionsRepId
Declaration
public int AssignedAdmissionsRepId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CitizenshipStatusCode
Declaration
public string CitizenshipStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CitizenshipStatusId
Declaration
public int CitizenshipStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CustomFieldList
Declaration
public List<CustomField> CustomFieldList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<CustomField> |
|
Disabled
Declaration
public string Disabled { get; set; }
Property Value
Type |
Description |
System.String |
|
EthnicityList
Declaration
public List<EthnicityEdm> EthnicityList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<EthnicityEdm> |
|
Declaration
public List<ExtraCurricularInterestEdm> ExtraCurricularInterestList { get; set; }
Property Value
IsHispanicLatino
Declaration
public bool IsHispanicLatino { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LeadDate
Declaration
public DateTime? LeadDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LeadSourceList
Declaration
public List<LeadSourceEdm> LeadSourceList { get; set; }
Property Value
LeadTypeCode
Declaration
public string LeadTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
LeadTypeId
Declaration
public int LeadTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaritalStatusCode
Declaration
public string MaritalStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
MaritalStatusId
Declaration
public int MaritalStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MobileServiceProviderCode
Declaration
public string MobileServiceProviderCode { get; set; }
Property Value
Type |
Description |
System.String |
|
MobileServiceProviderId
Declaration
public int MobileServiceProviderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NationalityCode
Declaration
public string NationalityCode { get; set; }
Property Value
Type |
Description |
System.String |
|
NationalityId
Declaration
public int NationalityId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NonImmigrantStudent
Declaration
public bool NonImmigrantStudent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramGroupInterestCode
Declaration
public string ProgramGroupInterestCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramGroupInterestId
Declaration
public int ProgramGroupInterestId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramOfInterestList
Declaration
public List<ProgramOfInterestEdm> ProgramOfInterestList { get; set; }
Property Value
SchoolStatusCode
Declaration
public string SchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SourceSystem
Declaration
public string SourceSystem { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubscribedToSms
Declaration
public bool SubscribedToSms { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Veteran
Declaration
public string Veteran { get; set; }
Property Value
Type |
Description |
System.String |
|