StudentAidFWSStatusInMsg Class

This class implements a single in-message for StudentAidFWSStatus.
Inheritance Hierarchy
SystemObject
  Cmc.CampusLink.Wcf.Messages.AccountsStudentAidFWSStatusInMsg

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 StudentAidFWSStatusInMsg

The StudentAidFWSStatusInMsg type exposes the following members.

Properties
NameDescription
Public propertyIsFWSLinked
Indicates whether the Award is integrated in the calling application. This value is mandatory.

You can specify one of the following values:

  • True - Indicates that the Award is integrated in the calling application.
  • False - Indicates that the Award is not integrated in the calling application.

Database Information:

  • Table name - FaStudentAid
  • Column name - IsFWSLinked
Public propertyStudentAidId
The FWS award Id associated with the Student.

Database Information:

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