AwardStatusInMsg Class

This class comprises a single in-message to update the FWS award status.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsAwardStatusInMsg

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

The AwardStatusInMsg type exposes the following members.

Properties
NameDescription
Public propertyStudentAidFWSStatusInMsgs
The collection comprising the array of the StudentAidFWSStatusInMsgs structure. This value is mandatory.
Public propertyStudentId
The ID of the Student. This value is mandatory.

Database Information:

  • Table name - FaStudentAid
  • Column name - SyStudentId
Top
See Also