Class RegulatoryJob1098TReport
This class represents the EntityModel interface to the SyBatchRegulatory1098TReport database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RegulatoryJob1098TReport
Constructors
RegulatoryJob1098TReport()
Declaration
public RegulatoryJob1098TReport()
Properties
Batch1098TOfficialSchoolNameId
Gets or sets the Batch1098TOfficialSchoolNameId associated with this RegulatoryJob1098TReport.
Declaration
public int? Batch1098TOfficialSchoolNameId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Batch1098TOfficialSchoolNameId. |
Batch1098TProcessHeader
Declaration
public virtual Batch1098TProcessHeader Batch1098TProcessHeader { get; set; }
Property Value
Type | Description |
---|---|
Batch1098TProcessHeader |
Batch1098TProcessHeaderId
Gets or sets the Batch1098TProcessHeaderId associated with this RegulatoryJob1098TReport.
Declaration
public int Batch1098TProcessHeaderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Batch1098TProcessHeaderId. |
Batch1098TReportNameCodeId
Gets or sets the Batch1098TReportNameCodeId associated with this RegulatoryJob1098TReport.
Declaration
public int Batch1098TReportNameCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Batch1098TReportNameCodeId. |
Batch1098TSortPrintCodeId
Gets or sets the Batch1098TSortPrintCodeId associated with this RegulatoryJob1098TReport.
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 RegulatoryJob1098TReport.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FileExtension
Gets or sets the FileExtension associated with this RegulatoryJob1098TReport.
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileExtension. |
Id
Gets or sets the Id associated with this RegulatoryJob1098TReport.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBatchLocked
Gets or sets the IsBatchLocked associated with this RegulatoryJob1098TReport.
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 RegulatoryJob1098TReport.
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 RegulatoryJob1098TReport.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RegulatoryJob1098TReport.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecordCount
Gets or sets the RecordCount associated with this RegulatoryJob1098TReport.
Declaration
public int RecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RecordCount. |
RegulatoryJob
Declaration
public virtual RegulatoryJob RegulatoryJob { get; set; }
Property Value
Type | Description |
---|---|
RegulatoryJob |
RegulatoryJobId
Gets or sets the RegulatoryJobId associated with this RegulatoryJob1098TReport.
Declaration
public int RegulatoryJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RegulatoryJobId. |
ReportFilePdf
Gets or sets the ReportFilePdf associated with this RegulatoryJob1098TReport.
Declaration
public byte[] ReportFilePdf { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The ReportFilePdf. |
ReportingYear
Gets or sets the ReportingYear associated with this RegulatoryJob1098TReport.
Declaration
public string ReportingYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportingYear. |
StudentIdentifierToPrintId
Gets or sets the StudentIdentifierToPrintId associated with this RegulatoryJob1098TReport.
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 RegulatoryJob1098TReport.
Declaration
public string TccNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TccNumber. |
Tin
Gets or sets the Tin associated with this RegulatoryJob1098TReport.
Declaration
public string Tin { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Tin. |
TinCampus
Declaration
public virtual Campus TinCampus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
TinCampusId
Gets or sets the TinCampusId associated with this RegulatoryJob1098TReport.
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 RegulatoryJob1098TReport.
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()
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. |