|
string | TableName [get, set] |
| Name of the Cached DataTable. More...
|
|
bool | DataUpToDate [get, set] |
| Tells whether the data in the Cached DataTable is the same than the external source of the data. More...
|
|
bool | DataChanged [get, set] |
| Tells whether data in the Cached DataTable was changed. More...
|
|
bool | ChangesSavedExternally [get, set] |
| Tells whether changed data in the CachedDataTable was saved externally. More...
|
|
DateTime | CachedSince [get, set] |
| Date and Time when the DataTable was added to the Cache. More...
|
|
DateTime | LastAccessed [get, set] |
| Date and Time when the DataTable was last handed out of the Cache. More...
|
|
string | HashCode [get, set] |
| HashCode of the Cached DataTable. More...
|
|
Int32 | TableSize [get, set] |
| Size of the contents of the Cached DataTable (in Bytes) More...
|
|
◆ CacheableTablesTDSContentsRow()
Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.CacheableTablesTDSContentsRow |
( |
System.Data.DataRowBuilder |
rb | ) |
|
|
inline |
◆ InitValues()
virtual void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.InitValues |
( |
| ) |
|
|
inlinevirtual |
◆ IsCachedSinceNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsCachedSinceNull |
( |
| ) |
|
|
inline |
◆ IsChangesSavedExternallyNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsChangesSavedExternallyNull |
( |
| ) |
|
|
inline |
◆ IsDataChangedNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsDataChangedNull |
( |
| ) |
|
|
inline |
◆ IsDataUpToDateNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsDataUpToDateNull |
( |
| ) |
|
|
inline |
◆ IsHashCodeNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsHashCodeNull |
( |
| ) |
|
|
inline |
◆ IsLastAccessedNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsLastAccessedNull |
( |
| ) |
|
|
inline |
◆ IsTableNameNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsTableNameNull |
( |
| ) |
|
|
inline |
◆ IsTableSizeNull()
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.IsTableSizeNull |
( |
| ) |
|
|
inline |
◆ SetCachedSinceNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetCachedSinceNull |
( |
| ) |
|
|
inline |
◆ SetChangesSavedExternallyNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetChangesSavedExternallyNull |
( |
| ) |
|
|
inline |
◆ SetDataChangedNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetDataChangedNull |
( |
| ) |
|
|
inline |
◆ SetDataUpToDateNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetDataUpToDateNull |
( |
| ) |
|
|
inline |
◆ SetHashCodeNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetHashCodeNull |
( |
| ) |
|
|
inline |
◆ SetLastAccessedNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetLastAccessedNull |
( |
| ) |
|
|
inline |
◆ SetTableNameNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetTableNameNull |
( |
| ) |
|
|
inline |
◆ SetTableSizeNull()
void Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.SetTableSizeNull |
( |
| ) |
|
|
inline |
◆ CachedSince
DateTime Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.CachedSince |
|
getset |
Date and Time when the DataTable was added to the Cache.
◆ ChangesSavedExternally
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.ChangesSavedExternally |
|
getset |
Tells whether changed data in the CachedDataTable was saved externally.
◆ DataChanged
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.DataChanged |
|
getset |
Tells whether data in the Cached DataTable was changed.
◆ DataUpToDate
bool Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.DataUpToDate |
|
getset |
Tells whether the data in the Cached DataTable is the same than the external source of the data.
◆ HashCode
string Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.HashCode |
|
getset |
HashCode of the Cached DataTable.
◆ LastAccessed
DateTime Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.LastAccessed |
|
getset |
Date and Time when the DataTable was last handed out of the Cache.
◆ TableName
string Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.TableName |
|
getset |
Name of the Cached DataTable.
◆ TableSize
Int32 Ict.Petra.Shared.MCommon.Data.CacheableTablesTDSContentsRow.TableSize |
|
getset |
Size of the contents of the Cached DataTable (in Bytes)
The documentation for this class was generated from the following file: