From 8f760e092a8e437daeeb9e2a6bedba717731c254 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Fri, 24 Jan 2020 16:27:15 +0100 Subject: [PATCH] - add entries list to table --- GBase/Interfaces/IGBaseTable.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GBase/Interfaces/IGBaseTable.cs b/GBase/Interfaces/IGBaseTable.cs index e63bc30..1fa97ca 100644 --- a/GBase/Interfaces/IGBaseTable.cs +++ b/GBase/Interfaces/IGBaseTable.cs @@ -3,6 +3,7 @@ // Copyright(c) 2020 SimonG. All Rights Reserved. using System; +using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; @@ -18,6 +19,10 @@ namespace GBase.Interfaces /// string Name { get; } + /// + /// The s of this + /// + List Entries { get; } /// /// Initialize this