Class Xml
Copy detector for XML files.
Inherited Members
Namespace: AutoCheck.Core.CopyDetectors
Assembly: AutoCheck.Core.dll
Syntax
public class Xml : PlainText
Constructors
| Improve this Doc View SourceXml(Single, Int32, String)
Creates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability.
Declaration
public Xml(float threshold, int sensibility, string filePattern = "*.xml")
Parameters
Type | Name | Description |
---|---|---|
System.Single | threshold | |
System.Int32 | sensibility | |
System.String | filePattern |
Xml(Single, String)
Creates a new instance, setting up its properties in order to allow copy detection with the lowest possible false-positive probability.
Declaration
public Xml(float threshold, string filePattern = "*.xml")
Parameters
Type | Name | Description |
---|---|---|
System.Single | threshold | |
System.String | filePattern |
Extension Methods
ObjectExtensions.DeepClone<T>(T)