Class GetProgramVersionFeeRequest
Represents the a request for the GetProgramVersionFeeEvent method.
Inheritance
System.Object
GetProgramVersionFeeRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetProgramVersionFeeRequest : ServiceRequest
Constructors
GetProgramVersionFeeRequest()
Declaration
public GetProgramVersionFeeRequest()
Properties
CampusIdList
Declaration
public ICollection<int> CampusIdList { 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> |
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
See Also
Cmc.Core.ServiceModel.ServiceRequest