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