Class ContentValidator.Companion
- Namespace
- IO.Scanbot.Sdk.Textpattern
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ContentValidator.Companion : Object
- Inheritance
-
ContentValidator.Companion
Constructors
Companion(DefaultConstructorMarker)
public Companion(DefaultConstructorMarker _constructor_marker)
Parameters
_constructor_marker
DefaultConstructorMarker
Methods
CustomContentValidator()
public CustomContentValidator CustomContentValidator()
Returns
- CustomContentValidator
DefaultContentValidator()
public DefaultContentValidator DefaultContentValidator()
Returns
- DefaultContentValidator
Invoke(IDictionary<string, Object>)
public ContentValidator Invoke(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Returns
- ContentValidator
PatternContentValidator(string)
public PatternContentValidator PatternContentValidator(string pattern)
Parameters
pattern
string
Returns
- PatternContentValidator