Class IsirAwardYearSchema
This class represents the EntityModel interface to the FaISIRAwardYearSchema database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IsirAwardYearSchema
Constructors
IsirAwardYearSchema()
Declaration
public IsirAwardYearSchema()
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this IsirAwardYearSchema.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
CpsCorrectionCloseDate
Gets or sets the CpsCorrectionCloseDate associated with this IsirAwardYearSchema.
Declaration
public DateTime? CpsCorrectionCloseDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CpsCorrectionCloseDate. |
Id
Gets or sets the Id associated with this IsirAwardYearSchema.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirAcgFileSchema
Gets or sets the IsirAcgFileSchema associated with this IsirAwardYearSchema.
Declaration
public string IsirAcgFileSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirAcgFileSchema. |
IsirCorrectionsFieldsSchema
Gets or sets the IsirCorrectionsFieldsSchema associated with this IsirAwardYearSchema.
Declaration
public string IsirCorrectionsFieldsSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirCorrectionsFieldsSchema. |
IsirCorrectionsFileSchema
Gets or sets the IsirCorrectionsFileSchema associated with this IsirAwardYearSchema.
Declaration
public string IsirCorrectionsFileSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirCorrectionsFileSchema. |
IsirErrorFileSchema
Gets or sets the IsirErrorFileSchema associated with this IsirAwardYearSchema.
Declaration
public string IsirErrorFileSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirErrorFileSchema. |
IsirImportFileSchema
Gets or sets the IsirImportFileSchema associated with this IsirAwardYearSchema.
Declaration
public string IsirImportFileSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirImportFileSchema. |
IsirSchema
Gets or sets the IsirSchema associated with this IsirAwardYearSchema.
Declaration
public string IsirSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirSchema. |
IsirVerificationFieldsSchema
Gets or sets the IsirVerificationFieldsSchema associated with this IsirAwardYearSchema.
Declaration
public string IsirVerificationFieldsSchema { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirVerificationFieldsSchema. |
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. |