ReAssignedTransactionResponse Class

The ReAssignedTransactionReponse message (based on the GenericResponse type) contains one ReAssignedTransactionOutMsg message (based on the GenericMsg type).
Inheritance Hierarchy
SystemObject
  GenericResponse
    Cmc.CampusVantage.GeneralLedger.Processes.MessageDefinitionsReAssignedTransactionResponse

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#
public class ReAssignedTransactionResponse : GenericResponse

The ReAssignedTransactionResponse type exposes the following members.

Properties
NameDescription
Public propertyReAssignedTransactionOutMsgs
The collection comprising the array of the ReAssignedTransactionOutMsg structure for posting transactions that are reassigned to a different academic year.
Top
See Also