Class CourseCopyProcessDetailCampusEntity
This class represents the EntityModel interface to the AdCopyCourseOpenBatchCampus database table.
Inheritance
System.Object
CourseCopyProcessDetailCampusEntity
Implements
Cmc.Core.ComponentModel.IIdentifiable
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseCopyProcessDetailCampusEntity : Entity, IIdentifiable
Constructors
CourseCopyProcessDetailCampusEntity()
Declaration
public CourseCopyProcessDetailCampusEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
CourseCopyProcessDetailIdProperty
The CourseCopyProcessDetailId property.
Declaration
public static readonly EntityProperty CourseCopyProcessDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc. |
Properties
CampusId
Gets or sets the CampusId associated with this CourseCopyProcessDetailCampusEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CampusId. |
CourseCopyProcessDetailId
Gets or sets the CourseCopyProcessDetailId associated with this CourseCopyProcessDetailCampusEntity.
Declaration
public int CourseCopyProcessDetailId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CourseCopyProcessDetailId. |
Id
Gets or sets the Id associated with this CourseCopyProcessDetailCampusEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Id. |
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()
Implements
Cmc.Core.ComponentModel.IIdentifiable