TermOutMsg Class

This class comprises a single out-message with the class schedule information.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusVantage.Academics.Processes.MessageDefinitionsTermOutMsg

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#
[SerializableAttribute]
public class TermOutMsg : GenericOutMsg

The TermOutMsg type exposes the following members.

Properties
NameDescription
Public propertyClassSchedId
The class schedule record id based on which all the related information associated with it like class section, term,class schedule period, staff are sent to the external system.

Database Information:

  • Table name - AdClassSched
  • Column name - AdClassSchedId
Public propertyCourseSectionExceptionCount
The number of exceptions that have occured during the synchronization of the class section, term,class schedule period, staff information with the external application.
Top
See Also