42 packages tagged with “Member”
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast. Fastmember re-compiled for .NetCore
A collection of helpful MemberInfo (Reflection) extension methods
Integrate with Azure DevOps Services from desktop-based, ASP.NET, and other Windows applications. Provides access to the Member Entitlement Management Service via public REST APIs.
NosCore fork of FastMember in waiting for PR to be merged
FastMemberMT (Fast Member Multi-Targted) In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast. This project looks like it hasnt been updated in a bit, hence the fork and redistribution.
Adds a MemberListView dashboard to the Members area in Umbraco 10+ to allow easier management of members including approval and unlocking capabilities.
My package description.
Temporary Community Implementation of Member Roles for Xperience by Kentico (Until Kentico implements this). Install XperienceCommunity.MemberRoles.Admin instead of this if doing simple installation. This package contains Kentico Agnostic Interfaces.
Provides a few extensions around property and member access and other extensions for reference types.
Identifies which Dynamics 365 users are compliant to the Team Members use Rights
Temporary Community Implementation of Member Roles for Xperience by Kentico (Until Kentico implements this). Install XperienceCommunity.MemberRoles.Admin instead of this if doing simple installation. This package contains the logic and Installer.
Reflection Helper with Caching and Attribute support
Provides reflection functionality to search and invoke type members, search types, generate delegates etc.
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.
Allows importing and exporting of Umbraco Members using uSync
Temporary Community Implementation of Member Roles for Xperience by Kentico (Until Kentico implements this). This package inherits all the other packages, and additionally contains the Admin UI elements.
! DO NOT USE !
A utility class for getting the name of an instance member from a member access lambda
Relieves some of reflection's shortcomings by adding some type safe access to MemberInfo and code generation.
Extensions for expressions.
The open source microservices platform. Visit https://ServiceBricks.com to learn more.
Does property and field mapping between two objects. Can also ignore specified members or map between members with different names. Mapping members can even be returned from delegates.
An extension library for FastMember.
Allows you to place authorization rules on Controller Actions and PageBuilder requests that can authorize based on Users (Members), Roles, Authenticated, or custom logic. This version leverages the XperienceCommunity.MemberRoles system for Role and Page Permission Assignment.
Umbraco 9, 10, 11, 12 and 13 tools that streamline and automate member login processes out of the box, with social login buttons (Twitter,Facebook,Linkedin and Google), automatic translations with Azure and Google Services,automatic multilingual setup, Two factor authenticion with Twilio and Aspsms sms services, services for inactive logins, backup for deleted members, email validation,advanced calendar event managent, recover password functionality with email templates between others. The advanced member form builder contains a bundle of higly configurable plugins that you can use also in your content type documents either in frontend and backend.
An implementation of ExpressionVisitor that builds up a path string that represents member access in an Expression