DeleteFundSourceInMsg Class

This class comprises a single in-message to delete a Fund Source.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsDeleteFundSourceInMsg

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

The DeleteFundSourceInMsg type exposes the following members.

Properties
NameDescription
Public propertyCode
The code of the Fund Source that must be deleted.

Database Information:

  • Table name - FaFundSource
  • Column name - Code
Top
See Also