Class SaveDegreePathwayTemplateResponse
Inheritance
System.Object
SaveDegreePathwayTemplateResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveDegreePathwayTemplateResponse : ServiceResponse
Constructors
SaveDegreePathwayTemplateResponse()
Declaration
public SaveDegreePathwayTemplateResponse()
Properties
DegreePathwayTemplateList
Gets or sets the DegreePathwayTemplateList.
Declaration
public List<DegreePathwayTemplateEntity> DegreePathwayTemplateList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DegreePathwayTemplateEntity> |