Grades
This Web Service provides easy access to grades stored in a Microsoft Access® Database.
What you should do:
- 1. Get a new GUID;
- 2. Start adding your grades by providing your GUID;
- 3. Get your averages and grades from our server, anywhere in the world.
For developers:
Use the Microsoft WSDL Utility to generate a C# code file that you can use as a 'proxy' for this Web Service.
Then, with this C# code compiled as a dll, use this dll to access this Web Service from your own programs.
The following operations are supported. For a formal definition, please review the Service Description.
-
AddGrade
Overloaded. This method lets you add a new grade by supplying the grade and the name of the subject. It returns the added grade as a System.Decimal after the insertion is complete. -
CheckForUpdates
Checks for a newer version of the Grades Client. -
ClientGetAboutFormBannerAd
Method used by the Grades Client to get information on the About Form. -
ClientGetAboutFormCopyRight
Method used by the Grades Client to get information on the About Form. -
ClientGetAboutFormDescription
Method used by the Grades Client to get information on the About Form. -
ClientGetAboutFormVersion
Method used by the Grades Client to get information on the About Form. -
GetAllGradesBySubject
Overloaded. This method returns a System.Data.DataSet of all the grades on a specified subject. It accepts one parameter, strGradeName, a String. -
GetAllGradesOfAllSubjects
Overloaded. This method returns a System.Data.DataSet of all the grades on all subjects. -
GetAverage
Overloaded. This method returns a System.Decimal value of the average of all grades on a specified subject. It accepts one parameter, strGradeName, a String. -
GetAverageOfAllSubjects
Overloaded. This method returns a System.Decimal value of the average of all grades of all subjects. -
GetLatestUpdatePath
Gets the download location for the newest version of the Grades Client. -
GetLatestVersion
Gets the latest version number of the Grades Client. -
GetNewFiles
Gets a string array of files that are updated since the specified build. -
GetNewGUID
This method provides you with a new GUID that you can use to store your grades. -
GetUpdateLocationPath
Gets the location where update files are available for download. -
ReplaceDataSet
This method lets you overwrite the entire DataSet binded to your GUID.