Class Dmoj
Allows in/out operations and/or data validations with the DMOJ service.
Inherited Members
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.Core.dll
Syntax
public class Dmoj : Base
Constructors
| Improve this Doc View SourceDmoj(String)
Creates a new connector instance.
Declaration
public Dmoj(string host)
Parameters
Type | Name | Description |
---|---|---|
System.String | host | DMOJ's host address. |
Properties
| Improve this Doc View SourceHost
DMOJ instance's host address.
Declaration
public string Host { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceDispose()
Disposes the object releasing its unmanaged properties.
Declaration
public override void Dispose()
Overrides
| Improve this Doc View SourceDownloadContestSubmissions(String, String)
Downloads all contest submissions, generating a a folder for each participant.
Declaration
public void DownloadContestSubmissions(string contestCode, string outputPath = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | contestCode | The contest code to download. |
System.String | outputPath | The contest code to download. |
Extension Methods
ObjectExtensions.DeepClone<T>(T)