Class TexasStateReportFundSource
Inheritance
System.Object
TexasStateReportFundSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class TexasStateReportFundSource
Constructors
TexasStateReportFundSource()
Declaration
public TexasStateReportFundSource()
Properties
ConfigurationField
Declaration
public string ConfigurationField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinimumGPA
Declaration
public decimal? MinimumGPA { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
StateReportConfigurationSettingID
Declaration
public int StateReportConfigurationSettingID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StateReportFundSourceCode
Declaration
public string StateReportFundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateReportFundSourceName
Declaration
public string StateReportFundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TexasStateReportMappedFundSource
Declaration
public List<TexasStateReportMappedFundSource> TexasStateReportMappedFundSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TexasStateReportMappedFundSource> |