External C# Function: BaileyWeb.University.Data.ModuleFeeBands
The External C# Function class ModuleFeeBands contains the following public methods used across the Inline C# Functions related to the output of module fee bands data (Global Datatype BaileyWeb.University.ModuleFeeBands) as XML.
Files
The following files are supplied with the University Package:
- ~/App_Code/BaileyWeb/University/Data/ModuleFeeBands.cs
Public Methods
Method: | Description: | Output type: |
---|---|---|
ListModuleFeeBandsFromCSV(string ModuleFeeBandsCSV) |
Outputs a collection of flat record nodes from a CSV list of GUID Id values. Used to show sub-lists of module fee bands within a record page on the website. | XElement |
ListModuleFeeBandsFromEducationLevelId(Guid? EducationLevelId) |
Outputs a collection of flat record nodes from a GUID Id value. Used to show sub-lists of module fee bands within a record page on the website. | XElement |