Click or drag to resize

VGCRMRoleProvider Class

Inheritance Hierarchy

Namespace:  Novalys.VisualGuard.Security.CRM
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class VGCRMRoleProvider : VGRoleProvider

The VGCRMRoleProvider type exposes the following members.

Constructors
  NameDescription
Public methodVGCRMRoleProvider
Initializes a new instance of the VGCRMRoleProvider class
Top
Properties
  NameDescription
Public propertyDescription
Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).
(Inherited from ProviderBase.)
Public propertyName
Gets the friendly name used to refer to the provider during configuration.
(Inherited from ProviderBase.)
Top
Methods
  NameDescription
Public methodAddUsersToRoles (Overrides VGRoleProvider.AddUsersToRoles(String, String).)
Public methodCreateRole (Overrides VGRoleProvider.CreateRole(String).)
Public methodDeleteRole (Overrides VGRoleProvider.DeleteRole(String, Boolean).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindUsersInRole (Overrides VGRoleProvider.FindUsersInRole(String, String).)
Public methodGetAllRoles (Overrides VGRoleProvider.GetAllRoles.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRolesForUser (Overrides VGRoleProvider.GetRolesForUser(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUsersInRole (Overrides VGRoleProvider.GetUsersInRole(String).)
Public methodInitialize
Initializes the configuration builder.
(Inherited from ProviderBase.)
Public methodIsUserInRole (Overrides VGRoleProvider.IsUserInRole(String, String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveUsersFromRoles (Overrides VGRoleProvider.RemoveUsersFromRoles(String, String).)
Public methodRoleExists (Overrides VGRoleProvider.RoleExists(String).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also