Class StudentStipendDisbursementRespAll
Inheritance
System.Object
StudentStipendDisbursementRespAll
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.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentStipendDisbursementRespAll
Constructors
StudentStipendDisbursementRespAll()
Declaration
public StudentStipendDisbursementRespAll()
Properties
DisbursementNumber
Declaration
public int DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DisbursementStatus
Declaration
public string DisbursementStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisbursementStatusId
Declaration
public int? DisbursementStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reason
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StipendScheduleId
Declaration
public int StipendScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |