Class StateReportTerm
Inheritance
System.Object
StateReportTerm
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 StateReportTerm
Constructors
StateReportTerm()
Declaration
public StateReportTerm()
Properties
ConfigurationField
Declaration
public string ConfigurationField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MappedTerms
Declaration
public List<MappedTerm> MappedTerms { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MappedTerm> |
StateReportConfigurationSettingID
Declaration
public int StateReportConfigurationSettingID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StateReportTermCode
Declaration
public string StateReportTermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateReportTermName
Declaration
public string StateReportTermName { get; set; }
Property Value
Type | Description |
---|---|
System.String |