csharpfritz / csharpfritz/InstantAPIs

IModel

Offen
#55 5 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
C#
Sterne
453
Forks
58
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

It might be nice if the user was allowed to inherit their model from an `IModel` interface that looked something like this:
```csharp
interface IModel
{
int/Guid Id { get; set;}
}
```

This would allow the code not to have to use the `Type.GetProperty()` method and provide more IntelliSense.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.