Class SuggestionTableField
Inheritance
System.Object
SuggestionTableField
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SuggestionTableField : object
Constructors
SuggestionTableField()
Creates a new instance of this class
Declaration
public SuggestionTableField()
Properties
Confidence
Declaration
public IntellixFieldTrust Confidence { get; set; }
Property Value
Type | Description |
---|---|
IntellixFieldTrust |
DBName
Declaration
public string DBName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Table
Declaration
public List<SuggestionTable> Table { get; set; }
Property Value
Type | Description |
---|---|
List<SuggestionTable> |