Class GetTermsByStartDateResponse
Response to Get Terms By Start Date
Inheritance
System.Object
GetTermsByStartDateResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetTermsByStartDateResponse : ServiceResponse
Constructors
GetTermsByStartDateResponse()
Declaration
public GetTermsByStartDateResponse()
Properties
Terms
List of Terms
Declaration
public IEnumerable<TermEntity> Terms { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TermEntity> |