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