Class GetNonTeachingActivityByCampusAndTermResponse
Represents the response for the GetNonTeachinActivityByCampusAndTerm method.
Inheritance
System.Object
GetNonTeachingActivityByCampusAndTermResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetNonTeachingActivityByCampusAndTermResponse : ServiceResponse
Constructors
GetNonTeachingActivityByCampusAndTermResponse()
Declaration
public GetNonTeachingActivityByCampusAndTermResponse()
Properties
NonTeachingActivityList
Declaration
public ICollection<NonTeachingActivity> NonTeachingActivityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<NonTeachingActivity> |