Class Candidate
Inheritance
System.Object
Candidate
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Candidate : object
Properties
CorrectLanguageTo
Declaration
public List<string> CorrectLanguageTo { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
FoundValue
Declaration
public string FoundValue { get; set; }
Property Value
Type |
Description |
System.String |
|
FoundWithLanguages
Declaration
public List<string> FoundWithLanguages { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
H
Declaration
public int H { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ImpliesCultures
Declaration
public List<string> ImpliesCultures { get; set; }
Property Value
Type |
Description |
List<System.String> |
|
Index
Declaration
public int Index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Item
Declaration
public object Item { get; set; }
Property Value
Type |
Description |
System.Object |
|
L
Declaration
public int L { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Length
Declaration
public int Length { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Line
Declaration
public int Line { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OriginalValue
Declaration
public string OriginalValue { get; set; }
Property Value
Type |
Description |
System.String |
|
T
Declaration
public int T { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
W
Declaration
public int W { get; set; }
Property Value
Type |
Description |
System.Int32 |
|