GetFWSListInMsg Class

This class comprises a single in-message to retrieve FWS details.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.AccountsGetFWSListInMsg

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

The GetFWSListInMsg type exposes the following members.

Properties
NameDescription
Public propertyAwardYearId
The ID of the Award year.

Database Information:

  • Table name - FaStudentAid
  • Column name - AwardYear
Public propertyEnrollId
The Enrollment Id of the Student whose FWS details must be retrieved.

Database Information:

  • Table name - FaStudentAid
  • Column name - AdEnrollId
Public propertyFundSourceId
The ID of the Fund Source.

Database Information:

  • Table name - FaStudentAid
  • Column name - FaFundSourceId
Public propertyStudentId
The Id of the Student whose FWS details must be retrieved.

Database Information:

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