diff --git a/GBaseStructure.md b/GBaseStructure.md new file mode 100644 index 0000000..14e8c1b --- /dev/null +++ b/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