ReAssignedTransactionRequest Class

The ReAssignedTransactionRequest message (based on the GenericRequest type) contains one ReAssignedTransactionInMsgs in-message (based on the GenericMsg type).
Inheritance Hierarchy
SystemObject
  GenericRequest
    Cmc.CampusVantage.GeneralLedger.Processes.MessageDefinitionsReAssignedTransactionRequest

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

The ReAssignedTransactionRequest type exposes the following members.

Properties
NameDescription
Public propertyReAssignedTransactionInMsgs
The collection comprising the array of the ReAssignedTransactionInMsg for posting transactions that are assigned to a different academic year.
Top
See Also