Class TexasStateReportDegree
Inheritance
System.Object
TexasStateReportDegree
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 TexasStateReportDegree
Constructors
TexasStateReportDegree()
Declaration
public TexasStateReportDegree()
Properties
ConfigurationField
Declaration
public string ConfigurationField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MappedDegrees
Declaration
public List<TexasStateMappedDegree> MappedDegrees { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TexasStateMappedDegree> |
StateReportConfigurationSettingID
Declaration
public int StateReportConfigurationSettingID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StateReportDegreeCode
Declaration
public string StateReportDegreeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateReportDegreeName
Declaration
public string StateReportDegreeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |