ReAssignedTransactionInMsg Class

This class comprises a single in-message for the ReAssignedTransactionInMsg structure. Based on the Student Aid Id, the transactions that were assigned to a different academic year will be retrieved from the CampusNexus Student database and will be sent across to the external application.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusVantage.GeneralLedger.Processes.MessageDefinitionsReAssignedTransactionInMsg

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

The ReAssignedTransactionInMsg type exposes the following members.

Fields
NameDescription
Public fieldStudentAidId
The Award Id associated with the student. This value is mandatory.

Database Information:

  • Table name - FaStudentAid
  • Column name - FaStudentAid
Top
See Also