Class UI_Grid_CellHighlight_Sql
Inheritance
System.Object
UI_Grid_CellHighlight_Sql
Assembly: Simplic.Framework.EF.dll
Syntax
public class UI_Grid_CellHighlight_Sql : Locking.ILockable
Constructors
|
Improve this Doc
View Source
UI_Grid_CellHighlight_Sql()
Declaration
public UI_Grid_CellHighlight_Sql()
Properties
|
Improve this Doc
View Source
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ColumnId
Declaration
public Guid ColumnId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
CompareColumn
Declaration
public string CompareColumn { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CompareValue
Declaration
public string CompareValue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ForegroundColor
Declaration
public string ForegroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
UI_Grid_CellHighlight_Sql_ColumndId
Declaration
public virtual UI_Grid_Column UI_Grid_CellHighlight_Sql_ColumndId { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|