Class SelectionMgmtChoiceStatusHistoryDetailEntity
This class represents the EntityModel interface to the SmChoiceStatusHistory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMgmtChoiceStatusHistoryDetailEntity : Entity, IIdentifiable, IAuditableConstructors
SelectionMgmtChoiceStatusHistoryDetailEntity()
Declaration
public SelectionMgmtChoiceStatusHistoryDetailEntity()Fields
AddedByProperty
The AddedBy property.
Declaration
public static readonly EntityProperty AddedByPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CommentProperty
The Comment property.
Declaration
public static readonly EntityProperty CommentPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CurrentValueProperty
The CurrentValue property.
Declaration
public static readonly EntityProperty CurrentValuePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
FieldTypeProperty
The FieldType property.
Declaration
public static readonly EntityProperty FieldTypePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
PreviousValueProperty
The PreviousValue property.
Declaration
public static readonly EntityProperty PreviousValuePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
SelectionMgmtApplicationDetailIdProperty
The SelectionMgmtApplicationDetailId property.
Declaration
public static readonly EntityProperty SelectionMgmtApplicationDetailIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
SelectionMgmtApplicationIdProperty
The SelectionMgmtApplicationId property.
Declaration
public static readonly EntityProperty SelectionMgmtApplicationIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
AddedBy
Gets or sets the AddedBy associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public string AddedBy { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The AddedBy. | 
Comment
Gets or sets the Comment associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public string Comment { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The Comment. | 
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
CurrentValue
Gets or sets the CurrentValue associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public string CurrentValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The CurrentValue. | 
FieldType
Gets or sets the FieldType associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public string FieldType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The FieldType. | 
Id
Gets or sets the Id associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
PreviousValue
Gets or sets the PreviousValue associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public string PreviousValue { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The PreviousValue. | 
ProgramVersionId
Gets or sets the ProgramVersionId associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public int? ProgramVersionId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The ProgramVersionId. | 
RowVersion
Gets or sets the RowVersion associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public byte[] RowVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion. | 
SelectionMgmtApplicationDetailId
Gets or sets the SelectionMgmtApplicationDetailId associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public int? SelectionMgmtApplicationDetailId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The SelectionMgmtApplicationDetailId. | 
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public int? SelectionMgmtApplicationId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The SelectionMgmtApplicationId. | 
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. | 
StudentId
Gets or sets the StudentId associated with this SelectionMgmtChoiceStatusHistoryDetailEntity.
Declaration
public int? StudentId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StudentId. | 
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()