Class GetProgramVersionForElectiveAndSubstitutionResponse
Represents Model for Get ProgramVersion For ElectiveAndSubstitutions Response
Inheritance
System.Object
GetProgramVersionForElectiveAndSubstitutionResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetProgramVersionForElectiveAndSubstitutionResponse : ServiceResponse
Constructors
GetProgramVersionForElectiveAndSubstitutionResponse()
Declaration
public GetProgramVersionForElectiveAndSubstitutionResponse()
Properties
ProgramVersionList
Declaration
public ICollection<ProgramVersionInfo> ProgramVersionList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProgramVersionInfo> |