Class IsirSummaryEntity
This class represents the EntityModel interface to the FaISIRMain database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class IsirSummaryEntity : Entity, IIdentifiable, IAuditable
Constructors
IsirSummaryEntity()
Declaration
public IsirSummaryEntity()
Fields
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 |
EnrollmentStatusProperty
The EnrollmentStatus property.
Declaration
public static readonly EntityProperty EnrollmentStatusProperty
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 |
IsirAwardYearSchemaIdProperty
The IsirAwardYearSchemaId property.
Declaration
public static readonly EntityProperty IsirAwardYearSchemaIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsirDateOfBirthProperty
The IsirDateOfBirth property.
Declaration
public static readonly EntityProperty IsirDateOfBirthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsirFirstNameProperty
The IsirFirstName property.
Declaration
public static readonly EntityProperty IsirFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsirLastnameProperty
The IsirLastname property.
Declaration
public static readonly EntityProperty IsirLastnameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsirRecordStatusProperty
The IsirRecordStatus property.
Declaration
public static readonly EntityProperty IsirRecordStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsirSsnProperty
The IsirSsn property.
Declaration
public static readonly EntityProperty IsirSsnProperty
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 |
PrimaryEfcProperty
The PrimaryEfc property.
Declaration
public static readonly EntityProperty PrimaryEfcProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessingStatusProperty
The ProcessingStatus property.
Declaration
public static readonly EntityProperty ProcessingStatusProperty
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 |
TransactionIdentifierProperty
The TransactionIdentifier property.
Declaration
public static readonly EntityProperty TransactionIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationCompleteProperty
The VerificationComplete property.
Declaration
public static readonly EntityProperty VerificationCompleteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationGroupResultProperty
The VerificationGroupResult property.
Declaration
public static readonly EntityProperty VerificationGroupResultProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this IsirSummaryEntity.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IsirSummaryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EnrollmentStatus
Gets or sets the EnrollmentStatus associated with this IsirSummaryEntity.
Declaration
public string EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatus. |
Id
Gets or sets the Id associated with this IsirSummaryEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirAwardYearSchemaId
Gets or sets the IsirAwardYearSchemaId associated with this IsirSummaryEntity.
Declaration
public int IsirAwardYearSchemaId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirAwardYearSchemaId. |
IsirDateOfBirth
Gets or sets the IsirDateOfBirth associated with this IsirSummaryEntity.
Declaration
public DateTime? IsirDateOfBirth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IsirDateOfBirth. |
IsirFirstName
Gets or sets the IsirFirstName associated with this IsirSummaryEntity.
Declaration
public string IsirFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirFirstName. |
IsirLastname
Gets or sets the IsirLastname associated with this IsirSummaryEntity.
Declaration
public string IsirLastname { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirLastname. |
IsirRecordStatus
Gets or sets the IsirRecordStatus associated with this IsirSummaryEntity.
Declaration
public byte IsirRecordStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The IsirRecordStatus. |
IsirSsn
Gets or sets the IsirSsn associated with this IsirSummaryEntity.
Declaration
public string IsirSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirSsn. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IsirSummaryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IsirSummaryEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PrimaryEfc
Gets or sets the PrimaryEfc associated with this IsirSummaryEntity.
Declaration
public string PrimaryEfc { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrimaryEfc. |
ProcessingStatus
Gets or sets the ProcessingStatus associated with this IsirSummaryEntity.
Declaration
public string ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessingStatus. |
RowVersion
Gets or sets the RowVersion associated with this IsirSummaryEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionIdentifier
Gets or sets the TransactionIdentifier associated with this IsirSummaryEntity.
Declaration
public string TransactionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionIdentifier. |
VerificationComplete
Gets or sets the VerificationComplete associated with this IsirSummaryEntity.
Declaration
public string VerificationComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationComplete. |
VerificationGroupResult
Gets or sets the VerificationGroupResult associated with this IsirSummaryEntity.
Declaration
public string VerificationGroupResult { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationGroupResult. |
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()