Class GetStaffCampusListForDuplicateCodeRequest
Inheritance
System.Object
GetStaffCampusListForDuplicateCodeRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetStaffCampusListForDuplicateCodeRequest : ServiceRequest
Constructors
GetStaffCampusListForDuplicateCodeRequest()
Declaration
public GetStaffCampusListForDuplicateCodeRequest()
Properties
CheckForDuplicateCode
Declaration
public bool CheckForDuplicateCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ScheduledDisbursementTemplateCode
Declaration
public string ScheduledDisbursementTemplateCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ScheduledDisbursementTemplateId
Declaration
public int ScheduledDisbursementTemplateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|