Class SelectionMgmtStatusHistory
This class represents the EntityModel interface to the SmSelectionStatusHistory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SelectionMgmtStatusHistory
Constructors
SelectionMgmtStatusHistory()
Declaration
public SelectionMgmtStatusHistory()
Properties
AddedBy
Gets or sets the AddedBy associated with this SelectionMgmtStatusHistory.
Declaration
public string AddedBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AddedBy. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtStatusHistory.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this SelectionMgmtStatusHistory.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtStatusHistory.
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 |
LastModiiedUserId
Gets or sets the LastModiiedUserId associated with this SelectionMgmtStatusHistory.
Declaration
public int LastModiiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModiiedUserId. |
NewSelectionMgmtStatus
Declaration
public virtual SelectionMgmtStatus NewSelectionMgmtStatus { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtStatus |
NewSelectionMgmtStatusId
Gets or sets the NewSelectionMgmtStatusId associated with this SelectionMgmtStatusHistory.
Declaration
public int? NewSelectionMgmtStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewSelectionMgmtStatusId. |
PreviousSelectionMgmtStatus
Declaration
public virtual SelectionMgmtStatus PreviousSelectionMgmtStatus { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtStatus |
PreviousSelectionMgmtStatusId
Gets or sets the PreviousSelectionMgmtStatusId associated with this SelectionMgmtStatusHistory.
Declaration
public int? PreviousSelectionMgmtStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousSelectionMgmtStatusId. |
SelectionMgmtApplication
Declaration
public virtual SelectionMgmtApplication SelectionMgmtApplication { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtApplication |
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId associated with this SelectionMgmtStatusHistory.
Declaration
public int SelectionMgmtApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtApplicationId. |
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. |