DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.TableStateStore.TableState Class Reference

Public Member Functions

 TableState (int tableId, string sourceName)
 

Properties

int TableId [get, private set]
 
string SourceName [get, private set]
 

Detailed Description

Definition at line 286 of file TableStateStore.cs.

Constructor & Destructor Documentation

Deveel.Data.TableStateStore.TableState.TableState ( int  tableId,
string  sourceName 
)
inline

Definition at line 287 of file TableStateStore.cs.

287  {
288  TableId = tableId;
289  SourceName = sourceName;
290  }

Property Documentation

string Deveel.Data.TableStateStore.TableState.SourceName
getprivate set

Definition at line 294 of file TableStateStore.cs.

int Deveel.Data.TableStateStore.TableState.TableId
getprivate set

Definition at line 292 of file TableStateStore.cs.


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