Class SuggestionField
Inheritance
System.Object
SuggestionField
Assembly: DocuWare.Platform.ServerClient.dll
public class SuggestionField : object
Constructors
Creates a new instance of this class
Declaration
Properties
Declaration
public IntellixFieldTrust Confidence { get; set; }
Property Value
Declaration
public string DBName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<SuggestionValue> Value { get; set; }
Property Value