ReAssignedTransactionOutMsg Class

This class comprises a single out-message with information of reassigning a student transaction to the external application.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusVantage.GeneralLedger.Processes.MessageDefinitionsReAssignedTransactionOutMsg

Namespace:  Cmc.CampusVantage.GeneralLedger.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 ReAssignedTransactionOutMsg : GenericOutMsg

The ReAssignedTransactionOutMsg type exposes the following members.

Properties
NameDescription
Public propertyStatusMsg
The exception message that is displayed by the external application when an error occurs.
Top
See Also