Flunt
2.0.0
Flunt是一種使用您的實體使用通知模式的流利方式,將您所做的每一個更改集中在一起,並在需要時輕鬆訪問。
| 包裹 | 版本 | 下載 |
|---|---|---|
Flunt |
.NET標準2.0
您可以在此處查看支持的框架:
https://docs.microsoft.com/pt-br/dotnet/standard/net-standard
可以通過Nuget軟件包獲得此軟件包:https://www.nuget.org/packages/flunt
nuget
Install-Package Flunt
.NET CLI
dotnet add package Flunt
public class Customer : Notifiable < Notification >
{
.. .
}
var customer = new Customer ( ) ;
customer . AddNotification ( "Name" , "Invalid name" ) ;
if ( customer . IsValid )
.. .只需查看我們的Wiki以獲取更多詳細信息和示例,以便如何在應用程序中使用flunt。
Gregory Buso提供了所有徽標,圖標,顏色和字體