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