Class SuggestionTable
Inheritance
System.Object
    SuggestionTable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
[Lobster]
public class SuggestionTable
  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 | 
|---|---|
| System.Collections.Generic.List<SuggestionCellValue> | 
HighlightRectangle
Declaration
public List<PointAndShootInfo> HighlightRectangle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<PointAndShootInfo> | 
Trust
Declaration
public double Trust { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double |