Class CourseGroupEntity
This class represents the EntityModel interface to the AdCourseGroup database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseGroupEntity : Entity, IIdentifiable
Constructors
CourseGroupEntity()
Declaration
public CourseGroupEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CoursesProperty
The Courses property.
Declaration
public static readonly EntityProperty CoursesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DegreesProperty
The Degrees property.
Declaration
public static readonly EntityProperty DegreesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsFteUsedWlmProperty
The Used for FTE property.
Declaration
public static readonly EntityProperty IsFteUsedWlmProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUsedWlmProperty
The Used for Compensation Plan property.
Declaration
public static readonly EntityProperty IsUsedWlmProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramGroupsProperty
The ProgramGroups property.
Declaration
public static readonly EntityProperty ProgramGroupsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramsProperty
The Programs property.
Declaration
public static readonly EntityProperty ProgramsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this CourseGroupEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this CourseGroupEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Courses
Declaration
public virtual EntityCollection<CourseGroupCourseEntity> Courses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<CourseGroupCourseEntity> |
Degrees
Declaration
public virtual EntityCollection<CourseGroupDegreeEntity> Degrees { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<CourseGroupDegreeEntity> |
Id
Gets or sets the Id associated with this CourseGroupEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this CourseGroupEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsFteUsedWlm
Gets or sets the IsFteUsedWlm associated with this CourseGroupEntity.
Declaration
public bool? IsFteUsedWlm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsFteUsedWlm. |
IsUsedWlm
Gets or sets the IsUsedWlm associated with this CourseGroupEntity.
Declaration
public bool? IsUsedWlm { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsUsedWlm. |
Name
Gets or sets the Name associated with this CourseGroupEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ProgramGroups
Declaration
public virtual EntityCollection<CourseGroupProgramGroupEntity> ProgramGroups { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<CourseGroupProgramGroupEntity> |
Programs
Declaration
public virtual EntityCollection<CourseGroupProgramEntity> Programs { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<CourseGroupProgramEntity> |
RowVersion
Gets or sets the RowVersion associated with this CourseGroupEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()