Class SelectionMgmtStatusHistoryEntity
This class represents the EntityModel interface to the SmSelectionStatusHistory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMgmtStatusHistoryEntity : Entity, IIdentifiable
  Constructors
SelectionMgmtStatusHistoryEntity()
Declaration
public SelectionMgmtStatusHistoryEntity()
  Fields
AddedByProperty
The AddedBy property.
Declaration
public static readonly EntityProperty AddedByProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModiiedUserIdProperty
The LastModiiedUserId property.
Declaration
public static readonly EntityProperty LastModiiedUserIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
NewSelectionMgmtStatusIdProperty
The NewSelectionMgmtStatusId property.
Declaration
public static readonly EntityProperty NewSelectionMgmtStatusIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
PreviousSelectionMgmtStatusIdProperty
The PreviousSelectionMgmtStatusId property.
Declaration
public static readonly EntityProperty PreviousSelectionMgmtStatusIdProperty
  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 | 
SelectionMgmtApplicationIdProperty
The SelectionMgmtApplicationId property.
Declaration
public static readonly EntityProperty SelectionMgmtApplicationIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
AddedBy
Gets or sets the AddedBy associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public string AddedBy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The AddedBy.  | 
      
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime.  | 
      
Id
Gets or sets the Id associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id.  | 
      
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime.  | 
      
LastModiiedUserId
Gets or sets the LastModiiedUserId associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public int LastModiiedUserId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModiiedUserId.  | 
      
NewSelectionMgmtStatusId
Gets or sets the NewSelectionMgmtStatusId associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public int? NewSelectionMgmtStatusId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The NewSelectionMgmtStatusId.  | 
      
PreviousSelectionMgmtStatusId
Gets or sets the PreviousSelectionMgmtStatusId associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public int? PreviousSelectionMgmtStatusId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The PreviousSelectionMgmtStatusId.  | 
      
RowVersion
Gets or sets the RowVersion associated with this SelectionMgmtStatusHistoryEntity.
Declaration
public byte[] RowVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion.  | 
      
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId associated with this SelectionMgmtStatusHistoryEntity.
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()