Class CourseGroupDegreeEntity
This class represents the EntityModel interface to the AdCourseGroupDegree database table.
Inheritance
System.Object
CourseGroupDegreeEntity
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseGroupDegreeEntity : Entity
Constructors
CourseGroupDegreeEntity()
Declaration
public CourseGroupDegreeEntity()
Fields
CourseGroupIdProperty
The CourseGroupId property.
Declaration
public static readonly EntityProperty CourseGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DegreeIdProperty
The DegreeId property.
Declaration
public static readonly EntityProperty DegreeIdProperty
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
CourseGroupId
Gets or sets the CourseGroupId associated with this CourseGroupDegreeEntity.
Declaration
public int CourseGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseGroupId. |
DegreeId
Gets or sets the DegreeId associated with this CourseGroupDegreeEntity.
Declaration
public int DegreeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DegreeId. |
RowVersion
Gets or sets the RowVersion associated with this CourseGroupDegreeEntity.
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()