Class StudentAwardLoanChangeEntity
This class represents the EntityModel interface to the FaLoanChanges database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardLoanChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardLoanChangeEntity()
Declaration
public StudentAwardLoanChangeEntity()
Fields
BatchIdentifierProperty
The BatchIdentifier property.
Declaration
public static readonly EntityProperty BatchIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChangenumberProperty
The Changenumber property.
Declaration
public static readonly EntityProperty ChangenumberProperty
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 |
ExportDateProperty
The ExportDate property.
Declaration
public static readonly EntityProperty ExportDateProperty
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 |
IsOverrideProcessedProperty
The IsOverrideProcessed property.
Declaration
public static readonly EntityProperty IsOverrideProcessedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsStatusOverrideProperty
The IsStatusOverride property.
Declaration
public static readonly EntityProperty IsStatusOverrideProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SentFlagAsNotSent
Declaration
public static readonly string SentFlagAsNotSent
Field Value
Type | Description |
---|---|
System.String |
SentFlagProperty
The SentFlag property.
Declaration
public static readonly EntityProperty SentFlagProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardLoanIdProperty
The StudentAwardLoanId property.
Declaration
public static readonly EntityProperty StudentAwardLoanIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this StudentAwardLoanChangeEntity.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
Changenumber
Gets or sets the Changenumber associated with this StudentAwardLoanChangeEntity.
Declaration
public string Changenumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Changenumber. |
ColumnDescription
Declaration
public string ColumnDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardLoanChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisbursementNumber
Declaration
public int DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisbursementStatus
Declaration
public string DisbursementStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportDate
Gets or sets the ExportDate associated with this StudentAwardLoanChangeEntity.
Declaration
public DateTime? ExportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExportDate. |
Id
Gets or sets the Id associated with this StudentAwardLoanChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsOverrideProcessed
Gets or sets the IsOverrideProcessed associated with this StudentAwardLoanChangeEntity.
Declaration
public bool IsOverrideProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverrideProcessed. |
IsStatusOverride
Gets or sets the IsStatusOverride associated with this StudentAwardLoanChangeEntity.
Declaration
public bool IsStatusOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStatusOverride. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardLoanChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardLoanChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Newvalue
Gets or sets the Newvalue associated with this StudentAwardLoanChangeEntity.
Declaration
public string Newvalue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Newvalue. |
Oldvalue
Gets or sets the Oldvalue associated with this StudentAwardLoanChangeEntity.
Declaration
public string Oldvalue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Oldvalue. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardLoanChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SentFlag
Gets or sets the SentFlag associated with this StudentAwardLoanChangeEntity.
Declaration
public string SentFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SentFlag. |
Sequence
Gets or sets the Sequence associated with this StudentAwardLoanChangeEntity.
Declaration
public string Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Sequence. |
Status
Gets or sets the Status associated with this StudentAwardLoanChangeEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentAwardLoanId
Gets or sets the StudentAwardLoanId associated with this StudentAwardLoanChangeEntity.
Declaration
public int? StudentAwardLoanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardLoanId. |
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()