Class RegulatoryJob
This class represents the EntityModel interface to the SyBatchRegulatory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RegulatoryJob
Constructors
RegulatoryJob()
Declaration
public RegulatoryJob()
Properties
AwardYear
Gets or sets the AwardYear associated with this RegulatoryJob.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
Batch1098TProcessHeader
Declaration
public virtual Batch1098TProcessHeader Batch1098TProcessHeader { get; set; }
Property Value
Type | Description |
---|---|
Batch1098TProcessHeader |
Batch1098TProcessHeaderId
Gets or sets the Batch1098TProcessHeaderId associated with this RegulatoryJob.
Declaration
public int? Batch1098TProcessHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Batch1098TProcessHeaderId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusEdePath
Gets or sets the CampusEdePath associated with this RegulatoryJob.
Declaration
public string CampusEdePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusEdePath. |
CampusId
Gets or sets the CampusId associated with this RegulatoryJob.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegulatoryJob.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DurationMilliseconds
Gets or sets the DurationMilliseconds associated with this RegulatoryJob.
Declaration
public long? DurationMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The DurationMilliseconds. |
FaExportImportFile
Declaration
public virtual FaExportImportFile FaExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this RegulatoryJob.
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaExportImportFileId. |
FileCategory
Gets or sets the FileCategory associated with this RegulatoryJob.
Declaration
public string FileCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileCategory. |
Id
Gets or sets the Id associated with this RegulatoryJob.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportFileName
Gets or sets the ImportFileName associated with this RegulatoryJob.
Declaration
public string ImportFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImportFileName. |
IsBackgroundJobProcessingUsed
Gets or sets the IsBackgroundJobProcessingUsed associated with this RegulatoryJob.
Declaration
public bool IsBackgroundJobProcessingUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBackgroundJobProcessingUsed. |
IsUpdateNow
Gets or sets the IsUpdateNow associated with this RegulatoryJob.
Declaration
public bool IsUpdateNow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUpdateNow. |
JobCompletedDateTime
Gets or sets the JobCompletedDateTime associated with this RegulatoryJob.
Declaration
public DateTime? JobCompletedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The JobCompletedDateTime. |
JobDescription
Gets or sets the JobDescription associated with this RegulatoryJob.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobIdentifier
Gets or sets the JobIdentifier associated with this RegulatoryJob.
Declaration
public string JobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobIdentifier. |
JobName
Gets or sets the JobName associated with this RegulatoryJob.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
JobResult
Gets or sets the JobResult associated with this RegulatoryJob.
Declaration
public string JobResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobResult. |
JobStartedDateTime
Gets or sets the JobStartedDateTime associated with this RegulatoryJob.
Declaration
public DateTime? JobStartedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The JobStartedDateTime. |
JobStatus
Gets or sets the JobStatus associated with this RegulatoryJob.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
JobWorkerHeartbeatDate
Gets or sets the JobWorkerHeartbeatDate associated with this RegulatoryJob.
Declaration
public DateTime? JobWorkerHeartbeatDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The JobWorkerHeartbeatDate. |
JobWorkerIdentifier
Gets or sets the JobWorkerIdentifier associated with this RegulatoryJob.
Declaration
public Guid? JobWorkerIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The JobWorkerIdentifier. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegulatoryJob.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegulatoryJob.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OpeIdentifier
Gets or sets the OpeIdentifier associated with this RegulatoryJob.
Declaration
public string OpeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OpeIdentifier. |
ParameterList
Gets or sets the ParameterList associated with this RegulatoryJob.
Declaration
public string ParameterList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterList. |
SystemEdePath
Gets or sets the SystemEdePath associated with this RegulatoryJob.
Declaration
public string SystemEdePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SystemEdePath. |
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. |