edgedb-net icon indicating copy to clipboard operation
edgedb-net copied to clipboard

Create abstract type inheritance class

Open i0bs opened this issue 3 years ago • 0 comments

Proposing us to add some form of an abstract class that expects a Id prop of Guid. The motive behind this is that having a separate class means we could provide helper methods for handling things with the base object and ID.

For regular .NET usage, users can inherit it if they wish to tap in for more helper methods and robustness.

For code generation, I propose we inherit it by default for ease of use.

i0bs avatar Dec 02 '22 19:12 i0bs