BankInfoOutMsg Class

This class comprises a single out-message information of the newly added or updated bank.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericOutMsg
      Cmc.CampusLink.Wcf.Messages.AccountsBankInfoOutMsg

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 BankInfoOutMsg : GenericOutMsg

The BankInfoOutMsg type exposes the following members.

Properties
NameDescription
Public propertyBankAccountOutMsgs
The message that displays whether the bank was syncronized successfully or not.
Public propertyBankId
The Id of the bank that is added or updated.

Database Information:

  • Table name - SaBank
  • Column name - SaBankId
Top
See Also