prmToolkit.EnumExtension 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package prmToolkit.EnumExtension --version 1.0.1
NuGet\Install-Package prmToolkit.EnumExtension -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="prmToolkit.EnumExtension" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add prmToolkit.EnumExtension --version 1.0.1
#r "nuget: prmToolkit.EnumExtension, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install prmToolkit.EnumExtension as a Cake Addin
#addin nuget:?package=prmToolkit.EnumExtension&version=1.0.1

// Install prmToolkit.EnumExtension as a Cake Tool
#tool nuget:?package=prmToolkit.EnumExtension&version=1.0.1

Pacote responsável por extender as funcionalidades do Enum do C#

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on prmToolkit.EnumExtension:

Package Downloads
prmToolkit.Log

Pacote responsável por gerenciar os logs da aplicação. Suporte a gravação de log: - File - EventViewer - Database (MySql, SqlServer e Firebird) Recursos Todo o comportamento do log deve ser informado diretamente no arquivo de configuração de seu projeto, com isso caso seja necessário mudar a estratégia de gravação de log, você não precisa recompilar sua aplicação.

prmToolkit.Zap.Helper

Pacote exclusivo para quem contratou a API do WhatsApp. Para saber mais chame no WhatsApp https://olha.la/paulorogerio

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 1,578 1/25/2018
2.0.1 1,045 11/10/2017
1.0.1 1,143 4/5/2017
1.0.0 858 4/5/2017

### Recursos disponíveis
- GetDescription (obtém a descrição do enum)
- ToEnum (Obtém o Enum através do nome passado)
- GetAttribute (Obtém o atributo customizado do enum)