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