Class QueueStipendEvaluationsRequest
Represents the a request for the QueueStipendEvaluations method.
Inheritance
System.Object
QueueStipendEvaluationsRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class QueueStipendEvaluationsRequest : ServiceRequest
Constructors
QueueStipendEvaluationsRequest()
Declaration
public QueueStipendEvaluationsRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
FromStartDate
Declaration
public DateTime? FromStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FromTransactionDate
Declaration
public DateTime? FromTransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramIdList
Declaration
public ICollection<int> ProgramIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ProgramVersionIdList
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<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 |
|
StudentGroupIdList
Declaration
public ICollection<int> StudentGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StudentStatusIdList
Declaration
public ICollection<int> StudentStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ToStartDate
Declaration
public DateTime? ToStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ToTransactionDate
Declaration
public DateTime? ToTransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|