Class AutomaticCharge
This class represents the EntityModel interface to the SaAutoCharge database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AutomaticCharge
Constructors
AutomaticCharge()
Declaration
public AutomaticCharge()
Properties
Amount
Gets or sets the Amount associated with this AutomaticCharge.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this AutomaticCharge.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this AutomaticCharge.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
ChargeOnPaymentType
Gets or sets the ChargeOnPaymentType associated with this AutomaticCharge.
Declaration
public string ChargeOnPaymentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ChargeOnPaymentType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutomaticCharge.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrencyCode
Declaration
public virtual CurrencyCode CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCode |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this AutomaticCharge.
Declaration
public int? CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrencyCodeId. |
Id
Gets or sets the Id associated with this AutomaticCharge.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAcademicSessionRegistration
Gets or sets the IsAcademicSessionRegistration associated with this AutomaticCharge.
Declaration
public bool? IsAcademicSessionRegistration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAcademicSessionRegistration. |
IsChargedOnFirstEnrollmentOnly
Gets or sets the IsChargedOnFirstEnrollmentOnly associated with this AutomaticCharge.
Declaration
public bool IsChargedOnFirstEnrollmentOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsChargedOnFirstEnrollmentOnly. |
IsHousingRequired
Gets or sets the IsHousingRequired associated with this AutomaticCharge.
Declaration
public bool IsHousingRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingRequired. |
IsNsfFee
Gets or sets the IsNsfFee associated with this AutomaticCharge.
Declaration
public bool? IsNsfFee { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsNsfFee. |
IsPostedOnEnrollment
Gets or sets the IsPostedOnEnrollment associated with this AutomaticCharge.
Declaration
public bool IsPostedOnEnrollment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPostedOnEnrollment. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this AutomaticCharge.
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTaxIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutomaticCharge.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutomaticCharge.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
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. |