Class TranscriptUnofficialBatchHistoryJobDetail
This class represents the EntityModel interface to the JobHistory_Academics_BatchUnofficialTranscript_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TranscriptUnofficialBatchHistoryJobDetail
Constructors
TranscriptUnofficialBatchHistoryJobDetail()
Declaration
public TranscriptUnofficialBatchHistoryJobDetail()
Properties
BackgroundJobStatusId
Gets or sets the BackgroundJobStatusId associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public int? BackgroundJobStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BackgroundJobStatusId. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
CampusName
Gets or sets the CampusName associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
EnrollmentNumber
Gets or sets the EnrollmentNumber associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentNumber. |
FailedDateTime
Gets or sets the FailedDateTime associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public DateTime? FailedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FailedDateTime. |
FileFullPath
Gets or sets the FileFullPath associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string FileFullPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileFullPath. |
FileName
Gets or sets the FileName associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileName. |
JobIdentifier
Gets or sets the JobIdentifier associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string JobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobIdentifier. |
JobName
Gets or sets the JobName associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
JobResult
Gets or sets the JobResult associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string JobResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobResult. |
JobState
Gets or sets the JobState associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string JobState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobState. |
StartedDateTime
Gets or sets the StartedDateTime associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public DateTime? StartedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The StartedDateTime. |
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 TranscriptUnofficialBatchHistoryJobDetail.
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 TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentName
Gets or sets the StudentName associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
StudentNumber
Gets or sets the StudentNumber associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
SucceededDateTime
Gets or sets the SucceededDateTime associated with this TranscriptUnofficialBatchHistoryJobDetail.
Declaration
public DateTime? SucceededDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SucceededDateTime. |
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. |