Skip to content

API Documentation

Muhand Jumah edited this page Oct 19, 2017 · 3 revisions

In this page you will find the documentation of the entire API.

Important to keep in mind that even though this API exists, each function still have it's own description when making a call; therefore, please make sure to read the description when making any call.

Table of contents

  • MySQLManager

    • CRUDManager
      • Classes
        • CRUDManager.cs
        • Helpers
          • AssignmentList.cs -TO BE ADDED
          • Columns.cs -TO BE ADDED
          • ConnectionCredentials.cs -TO BE ADDED
          • Field.cs -TO BE ADDED
          • Values.cs -TO BE ADDED
      • Enumerations
        • ExecutionOptions.cs -TO BE ADDED
        • FailedToCreate.cs -TO BE ADDED
        • FailedToDelete.cs -TO BE ADDED
        • FailedToExecute.cs -TO BE ADDED
        • FailedToRead.cs -TO BE ADDED
        • FailedToUpdate.cs -TO BE ADDED
      • Events
        • ConnectionFailedToCloseEventArgs.cs -TO BE ADDED
        • ConnectionFailedToOpenEventArgs.cs -TO BE ADDED
        • FailedToCreateEventArgs.cs -TO BE ADDED
        • FailedToDeleteEventArgs.cs -TO BE ADDED
        • FailedToExecuteCustomQueryEventArgs.cs -TO BE ADDED
        • FailedToReadEventArgs.cs -TO BE ADDED
        • FailedToUpdateEventArgs.cs -TO BE ADDED
Clone this wiki locally