TermResponse Class

The TermResponse message (based on the GenericResponse type) contains one TermOutMsg message (based on the GenericMsg type).
Inheritance Hierarchy
SystemObject
  GenericResponse
    Cmc.CampusVantage.Academics.Processes.MessageDefinitionsTermResponse

Namespace:  Cmc.CampusVantage.Academics.Processes.MessageDefinitions
Assembly:  Cmc.CampusVantage.BusinessProcesses (in Cmc.CampusVantage.BusinessProcesses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public class TermResponse : GenericResponse

The TermResponse type exposes the following members.

Properties
NameDescription
Public propertyTermOutMsgs
The collection comprising the array of the TermOutMsg structure that contains the information for posting the class schedule details to the external application.
Top
See Also