Class SuggestionTableField
Inheritance
System.Object
    SuggestionTableField
  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 SuggestionTableField
  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 | 
|---|---|
| System.Collections.Generic.List<SuggestionTable> |