Class College
This class represents the EntityModel interface to the AmCollege database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class College
Constructors
College()
Declaration
public College()
Properties
City
Gets or sets the City associated with this College.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Code
Gets or sets the Code associated with this College.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Country
Declaration
public virtual Country Country { get; set; }
Property Value
Type | Description |
---|---|
Country |
CountryId
Gets or sets the CountryId associated with this College.
Declaration
public int? CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountryId. |
Courses
Declaration
public virtual ICollection<CollegeCourse> Courses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CollegeCourse> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this College.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EdExpressCode
Gets or sets the EdExpressCode associated with this College.
Declaration
public string EdExpressCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EdExpressCode. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<CollegeExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CollegeExtendedProperty> |
FaxNumber
Gets or sets the FaxNumber associated with this College.
Declaration
public string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaxNumber. |
Id
Gets or sets the Id associated with this College.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this College.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this College.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this College.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this College.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this College.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this College.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Organization
Declaration
public virtual Organization Organization { get; set; }
Property Value
Type | Description |
---|---|
Organization |
OrganizationId
Gets or sets the OrganizationId associated with this College.
Declaration
public int? OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OrganizationId. |
PhoneNumber
Gets or sets the PhoneNumber associated with this College.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this College.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
State
Gets or sets the State associated with this College.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this College.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
StudentPreviousEducation
Declaration
public virtual ICollection<StudentPreviousEducation> StudentPreviousEducation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentPreviousEducation> |
TranscriptContact
Gets or sets the TranscriptContact associated with this College.
Declaration
public string TranscriptContact { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptContact. |
TranscriptFee
Gets or sets the TranscriptFee associated with this College.
Declaration
public decimal? TranscriptFee { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TranscriptFee. |
TranscriptOfficeCity
Gets or sets the TranscriptOfficeCity associated with this College.
Declaration
public string TranscriptOfficeCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptOfficeCity. |
TranscriptOfficeCountry
Declaration
public virtual Country TranscriptOfficeCountry { get; set; }
Property Value
Type | Description |
---|---|
Country |
TranscriptOfficeFax
Gets or sets the TranscriptOfficeFax associated with this College.
Declaration
public string TranscriptOfficeFax { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptOfficeFax. |
TranscriptOfficePhone
Gets or sets the TranscriptOfficePhone associated with this College.
Declaration
public string TranscriptOfficePhone { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptOfficePhone. |
TranscriptOfficePostalCode
Gets or sets the TranscriptOfficePostalCode associated with this College.
Declaration
public string TranscriptOfficePostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptOfficePostalCode. |
TranscriptOfficeState
Gets or sets the TranscriptOfficeState associated with this College.
Declaration
public string TranscriptOfficeState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptOfficeState. |
TranscriptOfficeStreetAddress
Gets or sets the TranscriptOfficeStreetAddress associated with this College.
Declaration
public string TranscriptOfficeStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptOfficeStreetAddress. |
TranscriptOfficeSyCountryId
Gets or sets the TranscriptOfficeSyCountryId associated with this College.
Declaration
public int? TranscriptOfficeSyCountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TranscriptOfficeSyCountryId. |
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> |
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()