Class GetCoursePrefixResponse
Represents the response for the CoursePrefix method.
Inheritance
System.Object
GetCoursePrefixResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetCoursePrefixResponse : ServiceResponse
Constructors
GetCoursePrefixResponse()
Declaration
public GetCoursePrefixResponse()
Properties
GetCoursePrefixesList
Gets or sets the GetCoursePrefixesList properties.
Declaration
public List<CoursePrefix> GetCoursePrefixesList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CoursePrefix> |