Class CollectionAccountEntity
This class represents the EntityModel interface to the SaCollections database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CollectionAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
CollectionAccountEntity()
Declaration
public CollectionAccountEntity()
Fields
CollectionAccountStatusIdProperty
The CollectionAccountStatusId property.
Declaration
public static readonly EntityProperty CollectionAccountStatusIdProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsBlockStatementProperty
The IsBlockStatement property.
Declaration
public static readonly EntityProperty IsBlockStatementProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDunningProcessOffProperty
The IsDunningProcessOff property.
Declaration
public static readonly EntityProperty IsDunningProcessOffProperty
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 |
LastRefundCalcDateProperty
The LastRefundCalcDate property.
Declaration
public static readonly EntityProperty LastRefundCalcDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastRefundDateProperty
The LastRefundDate property.
Declaration
public static readonly EntityProperty LastRefundDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastStatementAmountProperty
The LastStatementAmount property.
Declaration
public static readonly EntityProperty LastStatementAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastStatementDateProperty
The LastStatementDate property.
Declaration
public static readonly EntityProperty LastStatementDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReadyForCollectionsDateProperty
The ReadyForCollectionsDate property.
Declaration
public static readonly EntityProperty ReadyForCollectionsDateProperty
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 |
StatementNoteProperty
The StatementNote property.
Declaration
public static readonly EntityProperty StatementNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
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 |
Properties
AccountStatusIdCollection
Declaration
public List<int> AccountStatusIdCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CollectionAccountStatusId
Gets or sets the CollectionAccountStatusId associated with this CollectionAccountEntity.
Declaration
public int? CollectionAccountStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CollectionAccountStatusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CollectionAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this CollectionAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBlockStatement
Gets or sets the IsBlockStatement associated with this CollectionAccountEntity.
Declaration
public bool IsBlockStatement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBlockStatement. |
IsDunningProcessOff
Gets or sets the IsDunningProcessOff associated with this CollectionAccountEntity.
Declaration
public bool IsDunningProcessOff { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDunningProcessOff. |
IsReadyForCollectionsDateChanged
Set true if user has modified the ReadyForCollectionsDate field.
Declaration
public bool? IsReadyForCollectionsDateChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CollectionAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CollectionAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRefundCalcDate
Gets or sets the LastRefundCalcDate associated with this CollectionAccountEntity.
Declaration
public DateTime? LastRefundCalcDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastRefundCalcDate. |
LastRefundDate
Gets or sets the LastRefundDate associated with this CollectionAccountEntity.
Declaration
public DateTime? LastRefundDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastRefundDate. |
LastStatementAmount
Gets or sets the LastStatementAmount associated with this CollectionAccountEntity.
Declaration
public decimal? LastStatementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The LastStatementAmount. |
LastStatementDate
Gets or sets the LastStatementDate associated with this CollectionAccountEntity.
Declaration
public DateTime? LastStatementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementDate. |
ReadyForCollectionsDate
Gets or sets the ReadyForCollectionsDate associated with this CollectionAccountEntity.
Declaration
public DateTime? ReadyForCollectionsDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReadyForCollectionsDate. |
RowVersion
Gets or sets the RowVersion associated with this CollectionAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StatementNote
Gets or sets the StatementNote associated with this CollectionAccountEntity.
Declaration
public string StatementNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatementNote. |
StudentAwardId
Gets or sets the StudentAwardId associated with this CollectionAccountEntity.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this CollectionAccountEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this CollectionAccountEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TotalAccountBalance
Declaration
public decimal? TotalAccountBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
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()