Class AchBatchFileCompanyHeader
This class represents the EntityModel interface to the SaACHBatchCompany database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AchBatchFileCompanyHeader
Constructors
AchBatchFileCompanyHeader()
Declaration
public AchBatchFileCompanyHeader()
Properties
AchBatchFile
Declaration
public virtual AchBatchFile AchBatchFile { get; set; }
Property Value
Type | Description |
---|---|
AchBatchFile |
AchBatchFileId
Gets or sets the AchBatchFileId associated with this AchBatchFileCompanyHeader.
Declaration
public int AchBatchFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AchBatchFileId. |
AchBatchFileSettingCampusAssociation
Declaration
public virtual AchBatchFileSettingCampusAssociation AchBatchFileSettingCampusAssociation { get; set; }
Property Value
Type | Description |
---|---|
AchBatchFileSettingCampusAssociation |
AchBatchFileSettingCampusAssociationId
Gets or sets the AchBatchFileSettingCampusAssociationId associated with this AchBatchFileCompanyHeader.
Declaration
public int AchBatchFileSettingCampusAssociationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AchBatchFileSettingCampusAssociationId. |
CompanyData
Gets or sets the CompanyData associated with this AchBatchFileCompanyHeader.
Declaration
public string CompanyData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyData. |
CompanyDescDate
Gets or sets the CompanyDescDate associated with this AchBatchFileCompanyHeader.
Declaration
public string CompanyDescDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyDescDate. |
CompanyEntryDesc
Gets or sets the CompanyEntryDesc associated with this AchBatchFileCompanyHeader.
Declaration
public string CompanyEntryDesc { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyEntryDesc. |
CompanyIdentifier
Gets or sets the CompanyIdentifier associated with this AchBatchFileCompanyHeader.
Declaration
public string CompanyIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyIdentifier. |
CompanyName
Gets or sets the CompanyName associated with this AchBatchFileCompanyHeader.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyName. |
EntryEffDate
Gets or sets the EntryEffDate associated with this AchBatchFileCompanyHeader.
Declaration
public string EntryEffDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntryEffDate. |
Id
Gets or sets the Id associated with this AchBatchFileCompanyHeader.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
OrigDfiIdentifier
Gets or sets the OrigDfiIdentifier associated with this AchBatchFileCompanyHeader.
Declaration
public string OrigDfiIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OrigDfiIdentifier. |
ServiceClassCode
Gets or sets the ServiceClassCode associated with this AchBatchFileCompanyHeader.
Declaration
public string ServiceClassCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServiceClassCode. |
StdEntryClassCode
Gets or sets the StdEntryClassCode associated with this AchBatchFileCompanyHeader.
Declaration
public string StdEntryClassCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StdEntryClassCode. |
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. |