Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.DataManagement.Tables.Cell Class Reference

Detailed Description

Cell's data container.

Inheritance diagram for Doloro.DataManagement.Tables.Cell:
Collaboration diagram for Doloro.DataManagement.Tables.Cell:

Public Member Functions

 Cell (Address address)
 Empty constructor. More...
 
 Cell (Address address, string content)
 Creates the cell instance with the content. More...
 
 Cell (SerializationInfo info, StreamingContext context)
 Allows to binary serializer instantiate the object from binary. More...
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 Converts data object to the binary dump. More...
 
void DropPalette ()
 Drops entire palette to default settings provided by the table's inspector.
 
void DropTextColor ()
 Drops custom cell's content color to the default provided by the table inspector's settings.
 
void DropBackgroundColor ()
 Drops custom cell color to the default provided by the table inspector's settings.
 
override string ToString ()
 

Properties

Address address [get]
 Address of the cell in the parent table.
 
string content [get, set]
 Cell's content.
 
bool isCustomBackgroundColor [get]
 Is cell using background color defined by user.
 
bool isCustomTextColor [get]
 Is cell using text color defined by user.
 
BaseTypes.Color TextColor [get, set]
 Color applied to text. More...
 
BaseTypes.Color BackgroundColor [get, set]
 Color applied to background. More...
 
string FormatterKey [get, set]
 Key of the content formatter. More...
 

Constructor & Destructor Documentation

◆ Cell() [1/3]

Doloro.DataManagement.Tables.Cell.Cell ( Address  address)

Empty constructor.

Parameters
addressAddress of the cell in the table.

◆ Cell() [2/3]

Doloro.DataManagement.Tables.Cell.Cell ( Address  address,
string  content 
)

Creates the cell instance with the content.

Parameters
addressAddress of the cell in the table.
contentContent of the cell.

◆ Cell() [3/3]

Doloro.DataManagement.Tables.Cell.Cell ( SerializationInfo  info,
StreamingContext  context 
)

Allows to binary serializer instantiate the object from binary.

Parameters
info
context

Member Function Documentation

◆ GetObjectData()

virtual void Doloro.DataManagement.Tables.Cell.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)
virtual

Converts data object to the binary dump.

Parameters
info
context

Property Documentation

◆ BackgroundColor

BaseTypes.Color Doloro.DataManagement.Tables.Cell.BackgroundColor
getset

Color applied to background.

Use isCustomBackgroundColor to check is the color defined.

◆ FormatterKey

string Doloro.DataManagement.Tables.Cell.FormatterKey
getsetpackage

Key of the content formatter.

null - regular string without formating.

Exceptions
FormatExceptionRequested formatter not exists or can't handle the content.

◆ TextColor

BaseTypes.Color Doloro.DataManagement.Tables.Cell.TextColor
getset

Color applied to text.

Use isCustomTextColor to check is the color defined.


The documentation for this class was generated from the following file: