Class Moodle
Allows in/out operations and/or data validations with a Moodle instance.
Inheritance
System.Object
AutoCheck.Core.Connector
Moodle
Implements
System.IDisposable
Inherited Members
AutoCheck.Core.Connector.CurrentOS
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.dll
Syntax
public class Moodle : Connector, IDisposable
Constructors
| Improve this Doc View SourceMoodle()
Declaration
public Moodle()
Methods
| Improve this Doc View SourceDispose()
Disposes the object releasing its unmanaged properties.
Declaration
public override void Dispose()
Overrides
AutoCheck.Core.Connector.Dispose()
Implements
System.IDisposable