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