Class IsirCorrectionEntity
This class represents the EntityModel interface to the FaISIRCorrection database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class IsirCorrectionEntity : Entity, IIdentifiable, IAuditable
Constructors
IsirCorrectionEntity()
Declaration
public IsirCorrectionEntity()
Fields
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchIdentifierProperty
The BatchIdentifier property.
Declaration
public static readonly EntityProperty BatchIdentifierProperty
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 |
FieldNumberProperty
The FieldNumber property.
Declaration
public static readonly EntityProperty FieldNumberProperty
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 |
IsirSummaryIdProperty
The IsirSummaryId property.
Declaration
public static readonly EntityProperty IsirSummaryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTransmittedProperty
The IsTransmitted property.
Declaration
public static readonly EntityProperty IsTransmittedProperty
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 |
NewValueProperty
The NewValue property.
Declaration
public static readonly EntityProperty NewValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OldValueProperty
The OldValue property.
Declaration
public static readonly EntityProperty OldValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PellIdentifierCodeProperty
The PellIdentifierCode property.
Declaration
public static readonly EntityProperty PellIdentifierCodeProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionIdentifierProperty
The TransactionIdentifier property.
Declaration
public static readonly EntityProperty TransactionIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransmittedDateProperty
The TransmittedDate property.
Declaration
public static readonly EntityProperty TransmittedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransmitUserIdProperty
The TransmitUserId property.
Declaration
public static readonly EntityProperty TransmitUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this IsirCorrectionEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this IsirCorrectionEntity.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IsirCorrectionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FieldNumber
Gets or sets the FieldNumber associated with this IsirCorrectionEntity.
Declaration
public string FieldNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldNumber. |
Id
Gets or sets the Id associated with this IsirCorrectionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirSummaryId
Gets or sets the IsirSummaryId associated with this IsirCorrectionEntity.
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 IsirCorrectionEntity.
Declaration
public bool IsTransmitted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTransmitted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IsirCorrectionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IsirCorrectionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewValue
Gets or sets the NewValue associated with this IsirCorrectionEntity.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewValue. |
OldValue
Gets or sets the OldValue associated with this IsirCorrectionEntity.
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldValue. |
PellIdentifierCode
Gets or sets the PellIdentifierCode associated with this IsirCorrectionEntity.
Declaration
public string PellIdentifierCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellIdentifierCode. |
RowVersion
Gets or sets the RowVersion associated with this IsirCorrectionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this IsirCorrectionEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TransactionIdentifier
Gets or sets the TransactionIdentifier associated with this IsirCorrectionEntity.
Declaration
public string TransactionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionIdentifier. |
TransmittedDate
Gets or sets the TransmittedDate associated with this IsirCorrectionEntity.
Declaration
public DateTime? TransmittedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TransmittedDate. |
TransmitUserId
Gets or sets the TransmitUserId associated with this IsirCorrectionEntity.
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()