- create structure of gBase, to understand it

pull/27/head
Simon G 5 years ago
parent 7c5aa03498
commit 893fdf33d3
  1. 41
      GBaseStructure.md

@ -0,0 +1,41 @@
# GBase Structure
```md
- GBase
|
+-GBaseTable
|
|
+-GBaseTable
|
+-GBaseColumn--GBaseColumn--GBaseColumn
+-GBaseEntry
+-GBaseEntry
```
## Terminology
| GBase Terminology | C# equivalent |
|-------------------|---------------|
| GBaseTable | Type |
| GBaseColumn | Property |
| GBaseEntry | Instance |
## File Structure
```c#
public class Model
{
private readonly IGBase _gBase;
public
}
```
## Process
### StartUp
### GetValue
### SetValue
Loading…
Cancel
Save