TermRequest Class

The TermRequest message (based on the GenericRequest type) contains one TermInMsgs in-message (based on the GenericMsg type).
Inheritance Hierarchy
SystemObject
  GenericRequest
    Cmc.CampusVantage.Academics.Processes.MessageDefinitionsTermRequest

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 TermRequest : GenericRequest

The TermRequest type exposes the following members.

Properties
NameDescription
Public propertyTermInMsgs
The collection comprising the array of the TermInMsg structure.
Top
See Also