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