Class Student
This class represents the EntityModel interface to the syStudent database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Student
Constructors
Student()
Declaration
public Student()
Properties
AcgEligReasonCode
Gets or sets the AcgEligReasonCode associated with this Student.
Declaration
public string AcgEligReasonCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AcgEligReasonCode. |
Advisors
Declaration
public virtual ICollection<StudentEnrollmentPeriodAdvisor> Advisors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodAdvisor> |
AgencyBranches
Declaration
public virtual ICollection<StudentAgencyBranch> AgencyBranches { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAgencyBranch> |
AgencyId
Gets or sets the AgencyId associated with this Student.
Declaration
public int? AgencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AgencyId. |
AlienNumber
Gets or sets the AlienNumber associated with this Student.
Declaration
public string AlienNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AlienNumber. |
ArAccountStatus
Gets or sets the ArAccountStatus associated with this Student.
Declaration
public string ArAccountStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ArAccountStatus. |
ArBalance
Gets or sets the ArBalance associated with this Student.
Declaration
public decimal ArBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ArBalance. |
ArNextTransactionNumber
Gets or sets the ArNextTransactionNumber associated with this Student.
Declaration
public short ArNextTransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The ArNextTransactionNumber. |
AssignedAdmissionsRep
Declaration
public virtual Staff AssignedAdmissionsRep { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId associated with this Student.
Declaration
public int? AssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedAdmissionsRepId. |
AthleticIdentifier
Gets or sets the AthleticIdentifier associated with this Student.
Declaration
public string AthleticIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AthleticIdentifier. |
BestTimeToContact
Gets or sets the BestTimeToContact associated with this Student.
Declaration
public string BestTimeToContact { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BestTimeToContact. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this Student.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
Citizen
Declaration
public virtual Citizen Citizen { get; set; }
Property Value
Type | Description |
---|---|
Citizen |
CitizenId
Gets or sets the CitizenId associated with this Student.
Declaration
public int? CitizenId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CitizenId. |
City
Gets or sets the City associated with this Student.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
ClearingHouseExportDetailRecords
Declaration
public virtual ICollection<ClearinghouseExportRecord> ClearingHouseExportDetailRecords { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClearinghouseExportRecord> |
CollectionAccounts
Declaration
public virtual ICollection<CollectionAccount> CollectionAccounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CollectionAccount> |
College
Declaration
public virtual College College { get; set; }
Property Value
Type | Description |
---|---|
College |
CollegeId
Gets or sets the CollegeId associated with this Student.
Declaration
public int? CollegeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CollegeId. |
Country
Declaration
public virtual Country Country { get; set; }
Property Value
Type | Description |
---|---|
Country |
CountryId
Gets or sets the CountryId associated with this Student.
Declaration
public int? CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountryId. |
County
Declaration
public virtual County County { get; set; }
Property Value
Type | Description |
---|---|
County |
CountyId
Gets or sets the CountyId associated with this Student.
Declaration
public int? CountyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountyId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Student.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CumulativeGpa
Gets or sets the CumulativeGpa associated with this Student.
Declaration
public decimal? CumulativeGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeGpa. |
CumulativeGpaPoints
Gets or sets the CumulativeGpaPoints associated with this Student.
Declaration
public decimal? CumulativeGpaPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeGpaPoints. |
CurrencyCode
Declaration
public virtual CurrencyCode CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this Student.
Declaration
public int? CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrencyCodeId. |
CurrentLda
Gets or sets the CurrentLda associated with this Student.
Declaration
public DateTime? CurrentLda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CurrentLda. |
DataBlockIndicator
Gets or sets the DataBlockIndicator associated with this Student.
Declaration
public bool DataBlockIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The DataBlockIndicator. |
DataChanges
Declaration
public virtual ICollection<StudentDataChange> DataChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentDataChange> |
DateOfBirth
Gets or sets the DateOfBirth associated with this Student.
Declaration
public DateTime? DateOfBirth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateOfBirth. |
DbiModifiedDate
Gets or sets the DbiModifiedDate associated with this Student.
Declaration
public DateTime? DbiModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DbiModifiedDate. |
DefaultAddressCode
Gets or sets the DefaultAddressCode associated with this Student.
Declaration
public string DefaultAddressCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultAddressCode. |
DefaultMasterStudentAddressId
Gets or sets the DefaultMasterStudentAddressId associated with this Student.
Declaration
public int? DefaultMasterStudentAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DefaultMasterStudentAddressId. |
DefaultStudentAddressId
Gets or sets the DefaultStudentAddressId associated with this Student.
Declaration
public int? DefaultStudentAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DefaultStudentAddressId. |
DisabilityDetails
Declaration
public virtual ICollection<StudentDisabilityDetail> DisabilityDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentDisabilityDetail> |
Disabled
Gets or sets the Disabled associated with this Student.
Declaration
public string Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Disabled. |
Documents
Declaration
public virtual ICollection<Document> Documents { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Document> |
DriverLicenseNumber
Gets or sets the DriverLicenseNumber associated with this Student.
Declaration
public string DriverLicenseNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DriverLicenseNumber. |
DriverLicenseState
Gets or sets the DriverLicenseState associated with this Student.
Declaration
public string DriverLicenseState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DriverLicenseState. |
EmailAddress
Gets or sets the EmailAddress associated with this Student.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
EmployabilityAboutInfo
Gets or sets the EmployabilityAboutInfo associated with this Student.
Declaration
public string EmployabilityAboutInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmployabilityAboutInfo. |
Employer
Declaration
public virtual Employer Employer { get; set; }
Property Value
Type | Description |
---|---|
Employer |
EmployerId
Gets or sets the EmployerId associated with this Student.
Declaration
public int? EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerId. |
EmploymentStatus
Declaration
public virtual EmploymentStatus EmploymentStatus { get; set; }
Property Value
Type | Description |
---|---|
EmploymentStatus |
EmploymentStatusId
Gets or sets the EmploymentStatusId associated with this Student.
Declaration
public int? EmploymentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmploymentStatusId. |
EnrollmentPeriodFees
Declaration
public virtual ICollection<StudentEnrollmentPeriodFee> EnrollmentPeriodFees { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriodFee> |
EnrollmentPeriods
Declaration
public virtual ICollection<StudentEnrollmentPeriod> EnrollmentPeriods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriod> |
Ethnicities
Declaration
public virtual ICollection<Ethnicity> Ethnicities { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Ethnicity> |
ExternalStudentIdentifier
Gets or sets the ExternalStudentIdentifier associated with this Student.
Declaration
public string ExternalStudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExternalStudentIdentifier. |
ExtraCurricularActivities
Declaration
public virtual ICollection<StudentExtraCurricularActivity> ExtraCurricularActivities { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentExtraCurricularActivity> |
ExtraCurricularActivityId
Gets or sets the ExtraCurricularActivityId associated with this Student.
Declaration
public int? ExtraCurricularActivityId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ExtraCurricularActivityId. |
FaApplicationProcess
Declaration
public virtual ICollection<StudentAwardPell> FaApplicationProcess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAwardPell> |
FaAwards
Declaration
public virtual ICollection<StudentAward> FaAwards { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAward> |
FacebookUrl
Gets or sets the FacebookUrl associated with this Student.
Declaration
public string FacebookUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FacebookUrl. |
FaGradPlusCounselingDate
Gets or sets the FaGradPlusCounselingDate associated with this Student.
Declaration
public DateTime? FaGradPlusCounselingDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FaGradPlusCounselingDate. |
FaRigorousHighSchoolProgramCodeId
Gets or sets the FaRigorousHighSchoolProgramCodeId associated with this Student.
Declaration
public int? FaRigorousHighSchoolProgramCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaRigorousHighSchoolProgramCodeId. |
FirstName
Gets or sets the FirstName associated with this Student.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FullName
Gets or sets the FullName associated with this Student.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FullName. |
Gender
Declaration
public virtual Gender Gender { get; set; }
Property Value
Type | Description |
---|---|
Gender |
GenderId
Gets or sets the GenderId associated with this Student.
Declaration
public int? GenderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GenderId. |
GpaCredits
Gets or sets the GpaCredits associated with this Student.
Declaration
public decimal? GpaCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GpaCredits. |
HispanicLatino
Gets or sets the HispanicLatino associated with this Student.
Declaration
public string HispanicLatino { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HispanicLatino. |
HsAcademicGpa
Gets or sets the HsAcademicGpa associated with this Student.
Declaration
public decimal? HsAcademicGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The HsAcademicGpa. |
Id
Gets or sets the Id associated with this Student.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstagramUrl
Gets or sets the InstagramUrl associated with this Student.
Declaration
public string InstagramUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InstagramUrl. |
InternationalData
Declaration
public virtual SevisStudent InternationalData { get; set; }
Property Value
Type | Description |
---|---|
SevisStudent |
IsActive
Gets or sets the IsActive associated with this Student.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAllowedBulkRegistrationByTrack
Gets or sets the IsAllowedBulkRegistrationByTrack associated with this Student.
Declaration
public bool? IsAllowedBulkRegistrationByTrack { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAllowedBulkRegistrationByTrack. |
IsBadAddress
Gets or sets the IsBadAddress associated with this Student.
Declaration
public bool IsBadAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBadAddress. |
IsBadPhone
Gets or sets the IsBadPhone associated with this Student.
Declaration
public bool IsBadPhone { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBadPhone. |
IsClearinghouseDataBlockIndicator
Gets or sets the IsClearinghouseDataBlockIndicator associated with this Student.
Declaration
public bool IsClearinghouseDataBlockIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsClearinghouseDataBlockIndicator. |
IsDdVeteran
Gets or sets the IsDdVeteran associated with this Student.
Declaration
public bool IsDdVeteran { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDdVeteran. |
IsEftDefaultForStipends
Gets or sets the IsEftDefaultForStipends associated with this Student.
Declaration
public bool IsEftDefaultForStipends { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEftDefaultForStipends. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this Student.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsInDistrict
Gets or sets the IsInDistrict associated with this Student.
Declaration
public bool IsInDistrict { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsInDistrict. |
IsSscrError11Received
Gets or sets the IsSscrError11Received associated with this Student.
Declaration
public bool IsSscrError11Received { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSscrError11Received. |
LastActivityDate
Gets or sets the LastActivityDate associated with this Student.
Declaration
public DateTime? LastActivityDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastActivityDate. |
LastFourSsn
Gets or sets the LastFourSsn associated with this Student.
Declaration
public string LastFourSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastFourSsn. |
LastInterestDate
Gets or sets the LastInterestDate associated with this Student.
Declaration
public DateTime? LastInterestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastInterestDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Student.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Student.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this Student.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
LastNameFirstFour
Gets or sets the LastNameFirstFour associated with this Student.
Declaration
public string LastNameFirstFour { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastNameFirstFour. |
LastStatementBeginDate
Gets or sets the LastStatementBeginDate associated with this Student.
Declaration
public DateTime? LastStatementBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementBeginDate. |
LastStatementCloseDate
Gets or sets the LastStatementCloseDate associated with this Student.
Declaration
public DateTime? LastStatementCloseDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementCloseDate. |
LastStatementDate
Gets or sets the LastStatementDate associated with this Student.
Declaration
public DateTime? LastStatementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementDate. |
LeadDate
Gets or sets the LeadDate associated with this Student.
Declaration
public DateTime? LeadDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LeadDate. |
LeadSource
Declaration
public virtual LeadSource LeadSource { get; set; }
Property Value
Type | Description |
---|---|
LeadSource |
LeadSourceId
Gets or sets the LeadSourceId associated with this Student.
Declaration
public int? LeadSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LeadSourceId. |
LeadType
Declaration
public virtual LeadType LeadType { get; set; }
Property Value
Type | Description |
---|---|
LeadType |
LeadTypeId
Gets or sets the LeadTypeId associated with this Student.
Declaration
public int? LeadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LeadTypeId. |
LinkedInUrl
Gets or sets the LinkedInUrl associated with this Student.
Declaration
public string LinkedInUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LinkedInUrl. |
MaidenName
Gets or sets the MaidenName associated with this Student.
Declaration
public string MaidenName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MaidenName. |
MaritalStatus
Declaration
public virtual MaritalStatus MaritalStatus { get; set; }
Property Value
Type | Description |
---|---|
MaritalStatus |
MaritalStatusId
Gets or sets the MaritalStatusId associated with this Student.
Declaration
public int? MaritalStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaritalStatusId. |
Mi
Gets or sets the Mi associated with this Student.
Declaration
public string Mi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Mi. |
MiddleName
Gets or sets the MiddleName associated with this Student.
Declaration
public string MiddleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MiddleName. |
MobilePhoneNumber
Gets or sets the MobilePhoneNumber associated with this Student.
Declaration
public string MobilePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MobilePhoneNumber. |
Nationality
Declaration
public virtual Nationality Nationality { get; set; }
Property Value
Type | Description |
---|---|
Nationality |
NationalityId
Gets or sets the NationalityId associated with this Student.
Declaration
public int? NationalityId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NationalityId. |
NickName
Gets or sets the NickName associated with this Student.
Declaration
public string NickName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NickName. |
NiStudent
Gets or sets the NiStudent associated with this Student.
Declaration
public bool NiStudent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The NiStudent. |
Note
Gets or sets the Note associated with this Student.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
OriginalAssignedAdmissionsRepId
Gets or sets the OriginalAssignedAdmissionsRepId associated with this Student.
Declaration
public int? OriginalAssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OriginalAssignedAdmissionsRepId. |
OriginalExpectedStartDate
Gets or sets the OriginalExpectedStartDate associated with this Student.
Declaration
public DateTime? OriginalExpectedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The OriginalExpectedStartDate. |
OriginalStartDate
Gets or sets the OriginalStartDate associated with this Student.
Declaration
public DateTime? OriginalStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The OriginalStartDate. |
OtherEmailAddress
Gets or sets the OtherEmailAddress associated with this Student.
Declaration
public string OtherEmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherEmailAddress. |
OtherLanguageFirstName
Gets or sets the OtherLanguageFirstName associated with this Student.
Declaration
public string OtherLanguageFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageFirstName. |
OtherLanguageLastName
Gets or sets the OtherLanguageLastName associated with this Student.
Declaration
public string OtherLanguageLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageLastName. |
OtherLanguageMiddleName
Gets or sets the OtherLanguageMiddleName associated with this Student.
Declaration
public string OtherLanguageMiddleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageMiddleName. |
OtherLanguageStudentFullName
Gets or sets the OtherLanguageStudentFullName associated with this Student.
Declaration
public string OtherLanguageStudentFullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageStudentFullName. |
OtherPhoneNumber
Gets or sets the OtherPhoneNumber associated with this Student.
Declaration
public string OtherPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherPhoneNumber. |
PaidDisbursements
Declaration
public virtual ICollection<PaidDisbursement> PaidDisbursements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<PaidDisbursement> |
Person
Declaration
public virtual Person Person { get; set; }
Property Value
Type | Description |
---|---|
Person |
PersonId
Gets or sets the PersonId associated with this Student.
Declaration
public int? PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PersonId. |
PhoneNumber
Gets or sets the PhoneNumber associated with this Student.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
Picture
Declaration
public virtual PersonPicture Picture { get; set; }
Property Value
Type | Description |
---|---|
PersonPicture |
Pin
Gets or sets the Pin associated with this Student.
Declaration
public decimal? Pin { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Pin. |
PostalCode
Gets or sets the PostalCode associated with this Student.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
PostalCodeFirstThree
Gets or sets the PostalCodeFirstThree associated with this Student.
Declaration
public string PostalCodeFirstThree { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCodeFirstThree. |
PreferredContactType
Gets or sets the PreferredContactType associated with this Student.
Declaration
public string PreferredContactType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreferredContactType. |
PreferredName
Gets or sets the PreferredName associated with this Student.
Declaration
public string PreferredName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreferredName. |
PreviousEducationGpa
Gets or sets the PreviousEducationGpa associated with this Student.
Declaration
public decimal? PreviousEducationGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PreviousEducationGpa. |
PreviousEducationId
Gets or sets the PreviousEducationId associated with this Student.
Declaration
public int? PreviousEducationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousEducationId. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramGroup
Declaration
public virtual ProgramGroup ProgramGroup { get; set; }
Property Value
Type | Description |
---|---|
ProgramGroup |
ProgramGroupId
Gets or sets the ProgramGroupId associated with this Student.
Declaration
public int? ProgramGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramGroupId. |
ProgramId
Gets or sets the ProgramId associated with this Student.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
RawFirstName
Gets or sets the RawFirstName associated with this Student.
Declaration
public string RawFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RawFirstName. |
RawLastName
Gets or sets the RawLastName associated with this Student.
Declaration
public string RawLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RawLastName. |
RawPhoneNumber
Gets or sets the RawPhoneNumber associated with this Student.
Declaration
public string RawPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RawPhoneNumber. |
RegistrationRules
Declaration
public virtual ICollection<RegistrationRule> RegistrationRules { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RegistrationRule> |
RigourousHighSchoolProgramCode
Declaration
public virtual RigorousHighSchoolProgramCode RigourousHighSchoolProgramCode { get; set; }
Property Value
Type | Description |
---|---|
RigorousHighSchoolProgramCode |
SchoolDefinedFieldValues
Declaration
public virtual ICollection<StudentSchoolDefinedFieldValue> SchoolDefinedFieldValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSchoolDefinedFieldValue> |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusHistory
Declaration
public virtual ICollection<StudentSchoolStatusHistory> SchoolStatusHistory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentSchoolStatusHistory> |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this Student.
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SchoolStatusId. |
SecondaryLeadSources
Declaration
public virtual ICollection<ProspectInquiryLeadSource> SecondaryLeadSources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProspectInquiryLeadSource> |
Shift
Declaration
public virtual Shift Shift { get; set; }
Property Value
Type | Description |
---|---|
Shift |
ShiftId
Gets or sets the ShiftId associated with this Student.
Declaration
public int? ShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ShiftId. |
SmsServiceProvider
Declaration
public virtual SmsServiceProvider SmsServiceProvider { get; set; }
Property Value
Type | Description |
---|---|
SmsServiceProvider |
SmsServiceProviderId
Gets or sets the SmsServiceProviderId associated with this Student.
Declaration
public int? SmsServiceProviderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SmsServiceProviderId. |
SourceSystem
Gets or sets the SourceSystem associated with this Student.
Declaration
public string SourceSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceSystem. |
Ssn
Gets or sets the Ssn associated with this Student.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StartDate
Gets or sets the StartDate associated with this Student.
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartDate. |
State
Gets or sets the State associated with this Student.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StatementComment
Gets or sets the StatementComment associated with this Student.
Declaration
public string StatementComment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatementComment. |
StipendSummary
Declaration
public virtual ICollection<StipendSummary> StipendSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StipendSummary> |
StreetAddress
Gets or sets the StreetAddress associated with this Student.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
StreetAddress2
Gets or sets the StreetAddress2 associated with this Student.
Declaration
public string StreetAddress2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress2. |
StudentAccountPendingTransactions
Declaration
public virtual ICollection<StudentAccountPendingTransaction> StudentAccountPendingTransactions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountPendingTransaction> |
StudentAccountTransactions
Declaration
public virtual ICollection<StudentAccountTransaction> StudentAccountTransactions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountTransaction> |
StudentCourses
Declaration
public virtual ICollection<StudentCourse> StudentCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentCourse> |
StudentCourseStatusChanges
Declaration
public virtual ICollection<StudentCourseStatusChange> StudentCourseStatusChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentCourseStatusChange> |
StudentEthnicities
Declaration
public virtual ICollection<StudentEthnicity> StudentEthnicities { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEthnicity> |
StudentFullName
Gets or sets the StudentFullName associated with this Student.
Declaration
public string StudentFullName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFullName. |
StudentGPAs
Declaration
public virtual ICollection<StudentGpa> StudentGPAs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentGpa> |
StudentGroups
Declaration
public virtual ICollection<StudentGroupMember> StudentGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentGroupMember> |
StudentIdentifier
Gets or sets the StudentIdentifier associated with this Student.
Declaration
public string StudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentIdentifier. |
StudentNumber
Gets or sets the StudentNumber associated with this Student.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentPlacementSummary
Declaration
public virtual ICollection<StudentPlacementSummary> StudentPlacementSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPlacementSummary> |
StudentPreviousEducation
Declaration
public virtual ICollection<StudentPreviousEducation> StudentPreviousEducation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPreviousEducation> |
StudentRt4Calculation
Declaration
public virtual ICollection<StudentRt4Calculation> StudentRt4Calculation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRt4Calculation> |
StudentServiceTypes
Declaration
public virtual ICollection<StudentServiceType> StudentServiceTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentServiceType> |
SubscribeToSms
Gets or sets the SubscribeToSms associated with this Student.
Declaration
public bool SubscribeToSms { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The SubscribeToSms. |
Suffix
Gets or sets the Suffix associated with this Student.
Declaration
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Suffix. |
SuffixId
Gets or sets the SuffixId associated with this Student.
Declaration
public int? SuffixId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SuffixId. |
Tasks
Declaration
public virtual ICollection<Task> Tasks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Task> |
TermSummaries
Declaration
public virtual ICollection<StudentEnrollmentTermSummary> TermSummaries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentTermSummary> |
Title
Declaration
public virtual Title Title { get; set; }
Property Value
Type | Description |
---|---|
Title |
TitleId
Gets or sets the TitleId associated with this Student.
Declaration
public int? TitleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TitleId. |
TranscriptRequests
Declaration
public virtual ICollection<TranscriptRequest> TranscriptRequests { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TranscriptRequest> |
TransferCredits
Declaration
public virtual ICollection<StudentTransferCredit> TransferCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentTransferCredit> |
TwitterUrl
Gets or sets the TwitterUrl associated with this Student.
Declaration
public string TwitterUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TwitterUrl. |
Veteran
Gets or sets the Veteran associated with this Student.
Declaration
public string Veteran { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Veteran. |
VeteranDetails
Declaration
public virtual ICollection<StudentVeteranDetail> VeteranDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentVeteranDetail> |
WorkPhoneNumber
Gets or sets the WorkPhoneNumber associated with this Student.
Declaration
public string WorkPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WorkPhoneNumber. |
WorkPhoneNumberExtension
Gets or sets the WorkPhoneNumberExtension associated with this Student.
Declaration
public string WorkPhoneNumberExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WorkPhoneNumberExtension. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationships that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder |