Class IsirCorrectionsWithId
This class represents the EntityModel interface to the vw_FaISIRCorrections database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IsirCorrectionsWithId
Constructors
IsirCorrectionsWithId()
Declaration
public IsirCorrectionsWithId()
Properties
AwardYear
Gets or sets the AwardYear associated with this IsirCorrectionsWithId.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this IsirCorrectionsWithId.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
DateTransmitted
Gets or sets the DateTransmitted associated with this IsirCorrectionsWithId.
Declaration
public DateTime? DateTransmitted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DateTransmitted. |
ExtractBatchIdentifier
Gets or sets the ExtractBatchIdentifier associated with this IsirCorrectionsWithId.
Declaration
public string ExtractBatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExtractBatchIdentifier. |
FieldNumber
Gets or sets the FieldNumber associated with this IsirCorrectionsWithId.
Declaration
public string FieldNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldNumber. |
IsirCorrectionId
Gets or sets the IsirCorrectionId associated with this IsirCorrectionsWithId.
Declaration
public int IsirCorrectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirCorrectionId. |
IsirSummary
Declaration
public virtual IsirSummary IsirSummary { get; set; }
Property Value
Type | Description |
---|---|
IsirSummary |
IsirSummaryId
Gets or sets the IsirSummaryId associated with this IsirCorrectionsWithId.
Declaration
public int? IsirSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The IsirSummaryId. |
IsTransmitted
Gets or sets the IsTransmitted associated with this IsirCorrectionsWithId.
Declaration
public bool IsTransmitted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTransmitted. |
Model
Gets or sets the Model associated with this IsirCorrectionsWithId.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Model. |
ModelOverride
Gets or sets the ModelOverride associated with this IsirCorrectionsWithId.
Declaration
public string ModelOverride { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModelOverride. |
NewValue
Gets or sets the NewValue associated with this IsirCorrectionsWithId.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewValue. |
OldValue
Gets or sets the OldValue associated with this IsirCorrectionsWithId.
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldValue. |
PellIdentifier
Gets or sets the PellIdentifier associated with this IsirCorrectionsWithId.
Declaration
public string PellIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellIdentifier. |
StudentId
Gets or sets the StudentId associated with this IsirCorrectionsWithId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentIdentifier
Gets or sets the StudentIdentifier associated with this IsirCorrectionsWithId.
Declaration
public string StudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentIdentifier. |
StudentNumber
Gets or sets the StudentNumber associated with this IsirCorrectionsWithId.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
TransactionIdentifier
Gets or sets the TransactionIdentifier associated with this IsirCorrectionsWithId.
Declaration
public string TransactionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionIdentifier. |
TransmitUserId
Gets or sets the TransmitUserId associated with this IsirCorrectionsWithId.
Declaration
public int TransmitUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransmitUserId. |
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. |