Class SuggestionTable
Inheritance
System.Object
SuggestionTable
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SuggestionTable : object
Constructors
SuggestionTable()
Creates a new instance of this class
Declaration
public SuggestionTable()
Properties
Cell
Declaration
public List<SuggestionCellValue> Cell { get; set; }
Property Value
Type | Description |
---|---|
List<SuggestionCellValue> |
HighlightRectangle
Declaration
public List<PointAndShootInfo> HighlightRectangle { get; set; }
Property Value
Type | Description |
---|---|
List<PointAndShootInfo> |
Trust
Declaration
public double Trust { get; set; }
Property Value
Type | Description |
---|---|
System.Double |