Class DisabledFundSourceDetail
Inheritance
System.Object
DisabledFundSourceDetail
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 DisabledFundSourceDetail
Constructors
DisabledFundSourceDetail()
Declaration
public DisabledFundSourceDetail()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundSourceTypeCode
Declaration
public string FundSourceTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FundSourceTypeName
Declaration
public string FundSourceTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsDisabled
Declaration
public bool IsDisabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |