Class TranscriptUnofficialBatchHistoryDetail
This class represents the EntityModel interface to the BatchHistory_Academics_BatchUnofficialTranscript_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TranscriptUnofficialBatchHistoryDetail
Constructors
TranscriptUnofficialBatchHistoryDetail()
Declaration
public TranscriptUnofficialBatchHistoryDetail()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BatchState
Gets or sets the BatchState associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public string BatchState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchState. |
BatchType
Gets or sets the BatchType associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public string BatchType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchType. |
CancelDateTime
Gets or sets the CancelDateTime associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public DateTime? CancelDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CancelDateTime. |
CompletedDateTime
Gets or sets the CompletedDateTime associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public DateTime? CompletedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CompletedDateTime. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
Id
Gets or sets the Id associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Result
Gets or sets the Result associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public string Result { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Result. |
RetryDateTime
Gets or sets the RetryDateTime associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public DateTime? RetryDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RetryDateTime. |
StartedDateTime
Gets or sets the StartedDateTime associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public DateTime? StartedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartedDateTime. |
SubmittedByUser
Declaration
public virtual Staff SubmittedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
SubmittedByUserId
Gets or sets the SubmittedByUserId associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public int SubmittedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SubmittedByUserId. |
SubmittedByUserName
Gets or sets the SubmittedByUserName associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public string SubmittedByUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SubmittedByUserName. |
TranscriptType
Gets or sets the TranscriptType associated with this TranscriptUnofficialBatchHistoryDetail.
Declaration
public string TranscriptType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TranscriptType. |
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. |