GetCNFIntegrationSettingInMsg Class

This class comprises a single in-message for GetCNFIntegrationSetting . This class gets the configuration details from CampusNexus Student to establish a communication channel with CampusNexus Finance, HR & Payroll.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusVantage.Common.Processes.MessageDefinitionsGetCNFIntegrationSettingInMsg

Namespace:  Cmc.CampusVantage.Common.Processes.MessageDefinitions
Assembly:  Cmc.CampusVantage.BusinessProcesses (in Cmc.CampusVantage.BusinessProcesses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public class GetCNFIntegrationSettingInMsg : GenericInMsg

The GetCNFIntegrationSettingInMsg type exposes the following members.

Fields
NameDescription
Public fieldGetInfo
This flag indicates whether to get the configuration details to establish communication channel with CampusNexus Finance, HR & Payroll.

You can specify one of the following values:

  • True: Get the configuration details to establish the communication channel with CampusNexus Finance, HR & Payroll.
  • False: Indicates otherwise.
Top
See Also