• Tutorials
  • Api Documentation
  • Download
  • Credits
Show / Hide Table of Contents
  • AutoCheck.Core
    • Output
    • Output.Log
    • Output.Style
    • Output.Type
    • Script
    • Script.ExecutionMode
    • Utils
    • Utils.OS
  • AutoCheck.Core.Connectors
    • Atom
    • Base
    • Compressed
    • Css
    • Csv
    • CsvDocument
    • Dmoj
    • GDrive
    • Html
    • Math
    • Odoo
    • Operator
    • PlainText
    • PlainText.PlainTextDocument
    • Postgres
    • Rss
    • Shell
    • TextStream
    • Xml
    • Xml.XmlNodeType
  • AutoCheck.Core.CopyDetectors
    • Base
    • Base.Mode
    • Css
    • Html
    • PlainText
    • PlainText.File
    • SourceCode
    • SqlLog
    • Xml
  • AutoCheck.Core.Events
    • LogUpdateEventArgs
    • StatusUpdateEventArgs
    • StatusUpdateEventArgs.ExecutionEvent
  • AutoCheck.Core.Exceptions
    • ArgumentInvalidException
    • ArgumentNotFoundException
    • ConfigFileMissingException
    • ConnectionInvalidException
    • ConnectorInvalidException
    • ConnectorNotFoundException
    • DocumentInvalidException
    • DownloadFailedException
    • ItemNotFoundException
    • PorpertyNotFoundException
    • QueryInvalidException
    • RegexInvalidException
    • ResultMismatchException
    • ScriptInvalidException
    • ScriptNotFoundException
    • StyleInvalidException
    • StyleNotAppliedException
    • StyleNotFoundException
    • TableInconsistencyException
    • VariableInvalidException
    • VariableNotFoundException
  • Google.DiffMatchPatch
    • Diff
    • DiffMatchPatch
    • Operation
    • Patch

Class None

Empty copy detector, use it in order to avoid copy detection.

Inheritance
System.Object
AutoCheck.Core.CopyDetector
None
Inherited Members
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.CopyDetectors
Assembly: AutoCheck.dll
Syntax
public class None : CopyDetector

Properties

| Improve this Doc View Source

Count

Declaration
public override int Count { get; }
Property Value
Type Description
System.Int32
Overrides
AutoCheck.Core.CopyDetector.Count

Methods

| Improve this Doc View Source

Compare()

Declaration
public override void Compare()
Overrides
AutoCheck.Core.CopyDetector.Compare()
| Improve this Doc View Source

CopyDetected(String, Single)

Declaration
public override bool CopyDetected(string path, float threshold)
Parameters
Type Name Description
System.String path
System.Single threshold
Returns
Type Description
System.Boolean
Overrides
AutoCheck.Core.CopyDetector.CopyDetected(System.String, System.Single)
| Improve this Doc View Source

GetDetails(String)

Declaration
public override List<(string student, string source, float match)> GetDetails(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.Collections.Generic.List<System.ValueTuple<System.String, System.String, System.Single>>
Overrides
AutoCheck.Core.CopyDetector.GetDetails(System.String)
| Improve this Doc View Source

Load(String)

Declaration
public override void Load(string path)
Parameters
Type Name Description
System.String path
Overrides
AutoCheck.Core.CopyDetector.Load(System.String)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX