Class SuggestionCellValue
Inheritance
System.Object
SuggestionCellValue
Assembly: DocuWare.Platform.ServerClient.dll
public class SuggestionCellValue : SuggestionValue
Properties
Declaration
public string ColumnName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public System.DateTime DateFallback { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public bool DateFallbackSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public decimal DecimalFallback { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public bool DecimalFallbackSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public PointAndShootInfo HighlightRectangle { get; set; }
Property Value
Declaration
public bool Mapped { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int RowNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TextFallback
Declaration
public string TextFallback { get; set; }
Property Value
Type |
Description |
System.String |
|