Found 12 packages
C# attribute and extensions for setting and retrieving enum display names.
Provides smart default names for view model members in ASP.NET MVC projects.
Returns the Name within the System.ComponentModel.DataAnnotations.DisplayAttribute from a property inside a class or from an enumerator and returns the DisplayName within the System.ComponentModel.DisplayNameAttribute from a property inside a class.
DescriptionResourceAttribute, DisplayNameAttribute, CategoryResourceAttribute, etc.
System.Text.Json extensions. Supports any attribute for enum member serialization. Provides option for using your own custom serializer implementation for enum members. Built-in attribute support: System.Text.Json.Serialization.JsonStringEnumMemberNameAttribute (>= 9.0.0) System.Runtime.Serialization.EnumMemberAttribute System.ComponentModel.DescriptionAttribute System.ComponentModel.DisplayNameAttribute System.ComponentModel.DataAnnotations.DisplayAttribute Commonly Used Types: EgonsoftHU.Text.Json.Serialization.JsonStringEnumConverter EgonsoftHU.Text.Json.Serialization.Converters.JsonEnumValueSerializer EgonsoftHU.Text.Json.JsonSerializerOptionsProvider
This package provides test attributes that alternate NUnit's [Test] and [TestCaseSource] attribute to add the "TestName" property that allows you to show more readable test names on display.
A data grid to display the data retrieved from webapi or a rest service. The grid will display data for any entity.You just need to call the GetValues method on html table as: $("tblEmployees").GetValues(({ URL: "/api/values1/",IdColumn: "RollNo"}); .URL is the URL of the REST service.IdColumn is the column that uniquely identifies an entity To use the grid and display the data on a page 1.include the follwing js and css in the web page script src="../Scripts/WebGrid.js" type="text/javascript" link href="../Content/GridStyle.css" rel="stylesheet" Grid control also uses jquery ,so also reference the jquery library on the page. 2.Declare html table on the page 3.Call the GetValues method on the declared table $("IdOfTable").GetValues({ URL: "/api/ControllerName/", IdColumn: "NameofPrimaryKeyColumn" 4.Add the following attribute to the Controller class WebGrid.PagingAttribute(EntityId = "AnyIdentifier", PageSize = SizeOfPage, EntityType = typeof(TypeOfEntity) 5.Derive the controller class from the CustomController class. You can also sort the displayed data by clicking the grid column headers
Library for converting the crm attributes in a class quickly and easily. Use the attribute 'DisplayName' of the Assembly: System.ComponentModel in yours entity class.
High-performance .NET library for strongly-typed DataTable <-> List<T> conversion, with attribute-based column mapping (XafDisplayName / DisplayName / Display), rich numeric and nullable type handling, and optional enum element attribute reading.