Class AreaOfStudy
This class represents the EntityModel interface to the AdConcentration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AreaOfStudy
Constructors
AreaOfStudy()
Declaration
public AreaOfStudy()
Properties
AreaOfStudyType
Declaration
public virtual AreaOfStudyType AreaOfStudyType { get; set; }
Property Value
Type | Description |
---|---|
AreaOfStudyType |
AreaOfStudyTypeId
Gets or sets the AreaOfStudyTypeId associated with this AreaOfStudy.
Declaration
public int AreaOfStudyTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AreaOfStudyTypeId. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this AreaOfStudy.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CipCode
Gets or sets the CipCode associated with this AreaOfStudy.
Declaration
public string CipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CipCode. |
Code
Gets or sets the Code associated with this AreaOfStudy.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AreaOfStudy.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHoursRequired
Gets or sets the CreditHoursRequired associated with this AreaOfStudy.
Declaration
public decimal? CreditHoursRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditHoursRequired. |
CurrentYearCipCode
Declaration
public virtual YearCipCode CurrentYearCipCode { get; set; }
Property Value
Type | Description |
---|---|
YearCipCode |
CurrentYearCipCodeId
Gets or sets the CurrentYearCipCodeId associated with this AreaOfStudy.
Declaration
public int? CurrentYearCipCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrentYearCipCodeId. |
Enrollments
Declaration
public virtual ICollection<StudentAreaOfStudy> Enrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAreaOfStudy> |
ExtendedProperties
Extended Properties
Declaration
public ICollection<AreaOfStudyExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AreaOfStudyExtendedProperty> |
Id
Gets or sets the Id associated with this AreaOfStudy.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this AreaOfStudy.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this AreaOfStudy.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AreaOfStudy.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AreaOfStudy.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinimumGpaRequired
Gets or sets the MinimumGpaRequired associated with this AreaOfStudy.
Declaration
public decimal? MinimumGpaRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumGpaRequired. |
Name
Gets or sets the Name associated with this AreaOfStudy.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OtherLanguageCode
Gets or sets the OtherLanguageCode associated with this AreaOfStudy.
Declaration
public string OtherLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageCode. |
OtherLanguageDescription
Gets or sets the OtherLanguageDescription associated with this AreaOfStudy.
Declaration
public string OtherLanguageDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageDescription. |
ProgramVersionAreasOfStudy
Declaration
public virtual ICollection<ProgramVersionAreaOfStudy> ProgramVersionAreasOfStudy { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProgramVersionAreaOfStudy> |
RequiredCourseListCourseCategories
Declaration
public virtual ICollection<RequiredCourseCategory> RequiredCourseListCourseCategories { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RequiredCourseCategory> |
RequiredCourseListCourses
Declaration
public virtual ICollection<RequiredCourse> RequiredCourseListCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RequiredCourse> |
RowVersion
Gets or sets the RowVersion associated with this AreaOfStudy.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TotalApprovedTransferCreditHours
Gets or sets the TotalApprovedTransferCreditHours associated with this AreaOfStudy.
Declaration
public decimal? TotalApprovedTransferCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The TotalApprovedTransferCreditHours. |
TotalApprovedTransferCredits
Declaration
[Obsolete("Deprecated. Use TotalApprovedTransferCreditHours")]
public decimal TotalApprovedTransferCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
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 |