Class StipendEvaluationDetail
Inheritance
System.Object
StipendEvaluationDetail
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()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StipendEvaluationDetail
Constructors
StipendEvaluationDetail()
Declaration
public StipendEvaluationDetail()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FaStudentAyPaymentPeriodId
Declaration
public int? FaStudentAyPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReturnMethod
Declaration
public string ReturnMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduledDate
Declaration
public DateTime ScheduledDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StipendAddressType
Declaration
public string StipendAddressType { get; set; }
Property Value
Type |
Description |
System.String |
|
StipendAmount
Declaration
public decimal StipendAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
StipendSummaryId
Declaration
public int? StipendSummaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearId
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAwardId
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentRelationshipAddressId
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|