parent
7c5aa03498
commit
893fdf33d3
1 changed files with 41 additions and 0 deletions
@ -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…
Reference in new issue