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