csharpfritz / csharpfritz/InstantAPIs

IModel

オープン
#55 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
453
フォーク
58
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。