LedgerTransactionOutMsg Class

This class comprises a single out-message with information of the updated ledger transaction.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusLink.Wcf.Messages.AccountsLedgerTransactionOutMsg

Namespace:  Cmc.CampusLink.Wcf.Messages.Accounts
Assembly:  Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
[SerializableAttribute]
public class LedgerTransactionOutMsg : GenericOutMsg

The LedgerTransactionOutMsg type exposes the following members.

Properties
NameDescription
Public propertyTransAdjustId
The updated transaction Id.

Database Information:

  • Table name - SaTransAdjust
  • Column name - SaTransAdjustId
  • Table name - SaStudSubsidiaryAdjust
  • Column name - SaStudSubsidiaryAdjustId
Top
See Also