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提供了所有徽标,图标,颜色和字体