Class RegulatoryJob1098TReportEntity
This class represents the EntityModel interface to the SyBatchRegulatory1098TReports database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class RegulatoryJob1098TReportEntity : Entity, IIdentifiable, IAuditable
Constructors
RegulatoryJob1098TReportEntity()
Declaration
public RegulatoryJob1098TReportEntity()
Fields
Batch1098TOfficialSchoolNameIdProperty
The Batch1098TOfficialSchoolNameId property.
Declaration
public static readonly EntityProperty Batch1098TOfficialSchoolNameIdProperty
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 |
Batch1098TReportNameCodeIdProperty
The Batch1098TReportNameCodeId property.
Declaration
public static readonly EntityProperty Batch1098TReportNameCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Batch1098TSortPrintCodeIdProperty
The Batch1098TSortPrintCodeId property.
Declaration
public static readonly EntityProperty Batch1098TSortPrintCodeIdProperty
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 |
FileExtensionProperty
The FileExtension property.
Declaration
public static readonly EntityProperty FileExtensionProperty
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 |
IsBatchLockedProperty
The IsBatchLocked property.
Declaration
public static readonly EntityProperty IsBatchLockedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsBillingAddressProperty
The IsBillingAddress property.
Declaration
public static readonly EntityProperty IsBillingAddressProperty
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 |
RecordCountProperty
The RecordCount property.
Declaration
public static readonly EntityProperty RecordCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegulatoryJobIdProperty
The RegulatoryJobId property.
Declaration
public static readonly EntityProperty RegulatoryJobIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportFilePdfProperty
The ReportFilePdf property.
Declaration
public static readonly EntityProperty ReportFilePdfProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReportingYearProperty
The ReportingYear property.
Declaration
public static readonly EntityProperty ReportingYearProperty
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 |
StudentIdentifierToPrintIdProperty
The StudentIdentifierToPrintId property.
Declaration
public static readonly EntityProperty StudentIdentifierToPrintIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TccNumberProperty
The TccNumber property.
Declaration
public static readonly EntityProperty TccNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TinCampusIdProperty
The TinCampusId property.
Declaration
public static readonly EntityProperty TinCampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TinProperty
The Tin property.
Declaration
public static readonly EntityProperty TinProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TruncateSsnProperty
The TruncateSsn property.
Declaration
public static readonly EntityProperty TruncateSsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Batch1098TOfficialSchoolNameId
Gets or sets the Batch1098TOfficialSchoolNameId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int? Batch1098TOfficialSchoolNameId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Batch1098TOfficialSchoolNameId. |
Batch1098TProcessHeaderId
Gets or sets the Batch1098TProcessHeaderId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int Batch1098TProcessHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Batch1098TProcessHeaderId. |
Batch1098TReportNameCodeId
Gets or sets the Batch1098TReportNameCodeId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int Batch1098TReportNameCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Batch1098TReportNameCodeId. |
Batch1098TSortPrintCodeId
Gets or sets the Batch1098TSortPrintCodeId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int? Batch1098TSortPrintCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Batch1098TSortPrintCodeId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RegulatoryJob1098TReportEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FileExtension
Gets or sets the FileExtension associated with this RegulatoryJob1098TReportEntity.
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileExtension. |
Id
Gets or sets the Id associated with this RegulatoryJob1098TReportEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBatchLocked
Gets or sets the IsBatchLocked associated with this RegulatoryJob1098TReportEntity.
Declaration
public bool? IsBatchLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsBatchLocked. |
IsBillingAddress
Gets or sets the IsBillingAddress associated with this RegulatoryJob1098TReportEntity.
Declaration
public bool? IsBillingAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsBillingAddress. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RegulatoryJob1098TReportEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecordCount
Gets or sets the RecordCount associated with this RegulatoryJob1098TReportEntity.
Declaration
public int RecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RecordCount. |
RegulatoryJobId
Gets or sets the RegulatoryJobId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int RegulatoryJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RegulatoryJobId. |
ReportFilePdf
Gets or sets the ReportFilePdf associated with this RegulatoryJob1098TReportEntity.
Declaration
public byte[] ReportFilePdf { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The ReportFilePdf. |
ReportingYear
Gets or sets the ReportingYear associated with this RegulatoryJob1098TReportEntity.
Declaration
public string ReportingYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportingYear. |
RowVersion
Gets or sets the RowVersion associated with this RegulatoryJob1098TReportEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentIdentifierToPrintId
Gets or sets the StudentIdentifierToPrintId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int? StudentIdentifierToPrintId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentIdentifierToPrintId. |
TccNumber
Gets or sets the TccNumber associated with this RegulatoryJob1098TReportEntity.
Declaration
public string TccNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TccNumber. |
Tin
Gets or sets the Tin associated with this RegulatoryJob1098TReportEntity.
Declaration
public string Tin { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Tin. |
TinCampusId
Gets or sets the TinCampusId associated with this RegulatoryJob1098TReportEntity.
Declaration
public int? TinCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TinCampusId. |
TruncateSsn
Gets or sets the TruncateSsn associated with this RegulatoryJob1098TReportEntity.
Declaration
public bool? TruncateSsn { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The TruncateSsn. |
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()