DeleteFundSourceCampusInMsg Class

This class comprises a single in-message with information of the Fund Source whose association has to be removed from the Campus.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsDeleteFundSourceCampusInMsg

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

The DeleteFundSourceCampusInMsg type exposes the following members.

Properties
NameDescription
Public propertyCampus
The Campus code with which the Fund Source is associated. This value is mandatory.

Database Information:

  • Table name - SyCampusId
  • Column name - Code
Public propertyFundSourceCode
The Fund Source code. This value is mandatory.

Database Information:

  • Table name - FaFundSource
  • Column name - Code
Public propertyTransactionType
The TransactionType of the Fund Source for which the Ledger Posting setup is configured. This value is mandatory.

Database Information:

  • Table name - FaFundSourceGLAcct
  • Column name - TransactionType
Top
See Also