Class SelectionMgmtChoiceStatusHistoryDetail
This class represents the EntityModel interface to the SmChoiceStatusHistory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SelectionMgmtChoiceStatusHistoryDetail
Constructors
SelectionMgmtChoiceStatusHistoryDetail()
Declaration
public SelectionMgmtChoiceStatusHistoryDetail()
Properties
AddedBy
Gets or sets the AddedBy associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public string AddedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AddedBy. |
Comment
Gets or sets the Comment associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Comment. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrentValue
Gets or sets the CurrentValue associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public string CurrentValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CurrentValue. |
FieldType
Gets or sets the FieldType associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public string FieldType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldType. |
Id
Gets or sets the Id associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PreviousValue
Gets or sets the PreviousValue associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public string PreviousValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PreviousValue. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
SelectionMgmtApplication
Declaration
public virtual SelectionMgmtApplication SelectionMgmtApplication { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtApplication |
SelectionMgmtApplicationDetail
Declaration
public virtual SelectionMgmtApplicationDetail SelectionMgmtApplicationDetail { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtApplicationDetail |
SelectionMgmtApplicationDetailId
Gets or sets the SelectionMgmtApplicationDetailId associated with this SelectionMgmtChoiceStatusHistoryDetail.
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 SelectionMgmtChoiceStatusHistoryDetail.
Declaration
public int? SelectionMgmtApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtApplicationId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this SelectionMgmtChoiceStatusHistoryDetail.
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 SelectionMgmtChoiceStatusHistoryDetail.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |