Class CollectionAccount
This class represents the EntityModel interface to the SaCollections database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CollectionAccount
Constructors
CollectionAccount()
Declaration
public CollectionAccount()
Properties
AccountStatus
Declaration
public virtual AccountStatus AccountStatus { get; set; }
Property Value
Type | Description |
---|---|
AccountStatus |
CollectionAccountStatusId
Gets or sets the CollectionAccountStatusId associated with this CollectionAccount.
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 CollectionAccount.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DataChanges
Declaration
public virtual ICollection<CollectionAccountDataChange> DataChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<CollectionAccountDataChange> |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this CollectionAccount.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBlockStatement
Gets or sets the IsBlockStatement associated with this CollectionAccount.
Declaration
public bool IsBlockStatement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBlockStatement. |
IsDunningProcessOff
Gets or sets the IsDunningProcessOff associated with this CollectionAccount.
Declaration
public bool IsDunningProcessOff { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDunningProcessOff. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CollectionAccount.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CollectionAccount.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastRefundCalcDate
Gets or sets the LastRefundCalcDate associated with this CollectionAccount.
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 CollectionAccount.
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 CollectionAccount.
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 CollectionAccount.
Declaration
public DateTime? LastStatementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementDate. |
PaymentPlan
Declaration
public virtual StudentAward PaymentPlan { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
ReadyForCollectionsDate
Gets or sets the ReadyForCollectionsDate associated with this CollectionAccount.
Declaration
public DateTime? ReadyForCollectionsDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReadyForCollectionsDate. |
StatementNote
Gets or sets the StatementNote associated with this CollectionAccount.
Declaration
public string StatementNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatementNote. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAwardId
Gets or sets the StudentAwardId associated with this CollectionAccount.
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 CollectionAccount.
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 CollectionAccount.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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. |