Class RegulatoryJobEntity
This class represents the EntityModel interface to the SyBatchRegulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class RegulatoryJobEntity : Entity, IIdentifiable, IAuditable
Constructors
RegulatoryJobEntity()
Declaration
public RegulatoryJobEntity()
Fields
AwardYearProperty
The property.
Declaration
public static readonly EntityProperty AwardYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Batch1098TProcessHeaderIdProperty
The Batch1098TProcessHeaderId property.
Declaration
public static readonly EntityProperty Batch1098TProcessHeaderIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusEdePathProperty
The CampusEdePath property.
Declaration
public static readonly EntityProperty CampusEdePathProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
DurationMillisecondsProperty
The DurationMilliseconds property.
Declaration
public static readonly EntityProperty DurationMillisecondsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaExportImportFileIdProperty
The FaExportImportFileId property.
Declaration
public static readonly EntityProperty FaExportImportFileIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileCategoryProperty
The FileCategory property.
Declaration
public static readonly EntityProperty FileCategoryProperty
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 |
ImportFileNameProperty
The ImportFileName property.
Declaration
public static readonly EntityProperty ImportFileNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsBackgroundJobProcessingUsedProperty
The IsBackgroundJobProcessingUsed property.
Declaration
public static readonly EntityProperty IsBackgroundJobProcessingUsedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUpdateNowProperty
The property.
Declaration
public static readonly EntityProperty IsUpdateNowProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobCompletedDateTimeProperty
The JobCompletedDateTime property.
Declaration
public static readonly EntityProperty JobCompletedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobDescriptionProperty
The JobDescription property.
Declaration
public static readonly EntityProperty JobDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobIdentifierProperty
The property.
Declaration
public static readonly EntityProperty JobIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobNameProperty
The JobName property.
Declaration
public static readonly EntityProperty JobNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobResultProperty
The JobResult property.
Declaration
public static readonly EntityProperty JobResultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobStartedDateTimeProperty
The JobStartedDateTime property.
Declaration
public static readonly EntityProperty JobStartedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobStatusProperty
The JobStatus property.
Declaration
public static readonly EntityProperty JobStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobWorkerHeartbeatDateProperty
The JobWorkerHeartbeatDate property.
Declaration
public static readonly EntityProperty JobWorkerHeartbeatDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JobWorkerIdentifierProperty
The JobWorkerIdentifier property.
Declaration
public static readonly EntityProperty JobWorkerIdentifierProperty
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OpeIdentifierProperty
The OpeIdentifier property.
Declaration
public static readonly EntityProperty OpeIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ParameterListProperty
The ParameterList property.
Declaration
public static readonly EntityProperty ParameterListProperty
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 |
SystemEdePathProperty
The SystemEdePath property.
Declaration
public static readonly EntityProperty SystemEdePathProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYear
Gets or sets the AwardYear associated with this RegulatoryJobEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
Batch1098TProcessHeaderId
Gets or sets the Batch1098TProcessHeaderId associated with this RegulatoryJobEntity.
Declaration
public int? Batch1098TProcessHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Batch1098TProcessHeaderId. |
CampusEdePath
Gets or sets the CampusEdePath associated with this RegulatoryJobEntity.
Declaration
public string CampusEdePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusEdePath. |
CampusId
Gets or sets the CampusId associated with this RegulatoryJobEntity.
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 RegulatoryJobEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DurationMilliseconds
Gets or sets the DurationMilliseconds associated with this RegulatoryJobEntity.
Declaration
public long? DurationMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The DurationMilliseconds. |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this RegulatoryJobEntity.
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 RegulatoryJobEntity.
Declaration
public string FileCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileCategory. |
Id
Gets or sets the Id associated with this RegulatoryJobEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportFileName
Gets or sets the ImportFileName associated with this RegulatoryJobEntity.
Declaration
public string ImportFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImportFileName. |
IsBackgroundJobProcessingUsed
Gets or sets the IsBackgroundJobProcessingUsed associated with this RegulatoryJobEntity.
Declaration
public bool IsBackgroundJobProcessingUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBackgroundJobProcessingUsed. |
IsUpdateNow
Gets or sets the IsUpdateNow associated with this RegulatoryJobEntity.
Declaration
public bool IsUpdateNow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUpdateNow. |
JobCompletedDateTime
Gets or sets the JobCompletedDateTime associated with this RegulatoryJobEntity.
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 RegulatoryJobEntity.
Declaration
public string JobDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobDescription. |
JobIdentifier
Gets or sets the JobIdentifier associated with this RegulatoryJobEntity.
Declaration
public string JobIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobIdentifier. |
JobName
Gets or sets the JobName associated with this RegulatoryJobEntity.
Declaration
public string JobName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobName. |
JobResult
Gets or sets the JobResult associated with this RegulatoryJobEntity.
Declaration
public string JobResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobResult. |
JobStartedDateTime
Gets or sets the JobStartedDateTime associated with this RegulatoryJobEntity.
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 RegulatoryJobEntity.
Declaration
public string JobStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JobStatus. |
JobWorkerHeartbeatDate
Gets or sets the JobWorkerHeartbeatDate associated with this RegulatoryJobEntity.
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 RegulatoryJobEntity.
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 RegulatoryJobEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegulatoryJobEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OpeIdentifier
Gets or sets the OpeIdentifier associated with this RegulatoryJobEntity.
Declaration
public string OpeIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OpeIdentifier. |
ParameterList
Gets or sets the ParameterList associated with this RegulatoryJobEntity.
Declaration
public string ParameterList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParameterList. |
RowVersion
Gets or sets the RowVersion associated with this RegulatoryJobEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SystemEdePath
Gets or sets the SystemEdePath associated with this RegulatoryJobEntity.
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()