Found 16 packages
MetaProperties helps you to create event driven architectures in .NET. It saves you time and it helps you avoid mistakes.
MetaProperties helps you to create event driven architectures in .NET. It saves you time and it helps you avoid mistakes.
MetaProperties helps you to create event driven architectures in .NET. It saves you time and it helps you avoid mistakes.
MetaProperties helps you to create event driven architectures in .NET. It saves you time and it helps you avoid mistakes.
MetaProperties helps you to create event driven architectures in .NET. It saves you time and it helps you avoid mistakes.
Edit Entity Meta Data Properties In one Form
MVCScaffolding.MetaDataPlugin allows for an easy-to-use command to create metadata classes on top of any object that contains properties, such as custom viewmodels or domain models. This package works in both MVC 4,5 and any other .Net project that works with MvcScaffolding. In version 2+ you can specify custom namespaces, output folders and support for basic data annotations.
Provides an MSBuild Sdk that allows you to not have to include all the dependencies in your project. Instead based on the properties defined implicit PackageReference items will be added, with the intention that the version will be managed else where using a PackageReference Update
A library with various methods for getting meta data about dotnet assemblies, classes, methods, properties and whatnot
Sitecore Editor for the Page Edit ribbon to allow editors to edit the "hidden" page properties, such as the Display Name, Meta Description or Taxonomy. The Page properties dialog box generates its controls based on the item context and validates on the existence of specific field names prior to displaying the related control type for the fields. Requires Sitecore 6.x and Sitecore Rocks.
Reading / Writing the metadata on a file.
MetaInject is a simple and powerful Dependency Injection (DI) tool for .NET. With the `[MetaInject]` attribute, you can inject dependencies directly into properties or fields without needing a constructor. MetaInject works seamlessly with ASP.NET Core and other .NET projects, simplifying dependency management.
The VersaTul Display Attributes project enables the ability to provide meta-data to the export engine for outputting collections as files. This package works with the Collection streamers package. Attributes can be applied to the properties of a collection data type in order to manipulate the outputted data.
The library contains set of helper methods that provide fast runtime access to object's properties and fields. This works up to 10x times faster than the classic reflection using GetField() / GetProperty() and then GetValue / SetValue(). There are also methods that generate .NET types during run time from meta data. These types implement a IObjectAccessor interface which gives fast access to class members by indexer.
Presenting a minimalist library to easily query the DotNet Reflection API which multi-targets .NetStandard2.0, .NetStandard2.1, and .NET 8.0 The ObjectInfo Broker queries the Reflection API and converts the data from the various internal types to string properties, so that any client can read the data without needing references to hidden or protected libraries. Thus, this library is ideal for developers developing an "Object Inspector" in Blazor for instance. The top-level object is ObjectInfo, which contains the TypeInfo class, which in turn contains ImplementedInterfaces, PropInfo, MethodInfo. The Type, Method and Property models, each, contain a CustomAttributes collection. Thus, all relevant Reflection meta-data rolls up under ObjectInfo. ObjectInfo also contains a configuration object. We will use this in the future to fine-tune the ObjectInfo broker to provide "slices" of the meta-data when performance is an issue.
Presenting a minimalist library to easily query the DotNet Reflection API which multi-targets .NetStandard2.0 and .NetStandard2.1 The ObjectInfo Broker queries the Reflection API and converts the data from the various internal types to string properties, so that any client can read the data without needing references to hidden or protected libraries. Thus, this library is ideal for developers developing an "Object Inspector" in Blazor for instance. The top-level object is ObjectInfo, which contains the TypeInfo class, which in turn contains ImplementedInterfaces, PropInfo, MethodInfo. The Type, Method and Property models, each, contain a CustomAttributes collection. Thus, all relevant Reflection meta-data rolls up under ObjectInfo. ObjectInfo also contains a configuration object. We will use this in the future to fine-tune the ObjectInfo broker to provide "slices" of the meta-data when performance is an issue.