You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
524 B
41 lines
524 B
# GBase Structure
|
|
|
|
```md
|
|
- GBase
|
|
|
|
|
+-GBaseTable
|
|
|
|
|
|
|
|
+-GBaseTable
|
|
|
|
|
+-GBaseColumn--GBaseColumn--GBaseColumn
|
|
+-GBaseEntry
|
|
+-GBaseEntry
|
|
```
|
|
|
|
## Terminology
|
|
|
|
| GBase Terminology | C# equivalent |
|
|
|-------------------|---------------|
|
|
| GBaseTable | Type |
|
|
| GBaseColumn | Property |
|
|
| GBaseEntry | Instance |
|
|
|
|
## Xml File Structure
|
|
|
|
```xml
|
|
<Table>
|
|
<Column>
|
|
<Value >
|
|
<Value >
|
|
</Column>
|
|
</Table>
|
|
```
|
|
|
|
## Process
|
|
|
|
### StartUp
|
|
|
|
### GetValue
|
|
|
|
### SetValue
|
|
|