TermInMsg Class

This class comprises a single in-message to synchronize the class schedule details of a student between Campus Nexus student database and external application.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusVantage.Academics.Processes.MessageDefinitionsTermInMsg

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 TermInMsg : GenericInMsg

The TermInMsg type exposes the following members.

Fields
NameDescription
Public fieldClassSchedId
The class schedule Id to retrieve the term, class section, class schedule period, course, course instructor information from CampusNexus Student database and send it to the external application.

Database Information:

  • Table name - AdClassSched
  • Column name - AdClassSchedId
Top
See Also