Click or drag to resize

IdentityRole Class

[Missing <summary> documentation for "T:VelocityDBExtensions2.AspNet.Identity.IdentityRole"]

Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDBExtensions2.AspNet.IdentityIdentityRole

Namespace:  VelocityDBExtensions2.AspNet.Identity
Assembly:  VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public class IdentityRole : OptimizedPersistable, 
	IRole<ulong>

The IdentityRole type exposes the following members.

Constructors
  NameDescription
Public methodIdentityRole
Initializes a new instance of the IdentityRole class
Public methodIdentityRole(String)
Initializes a new instance of the IdentityRole class
Top
Properties
  NameDescription
Public propertyName
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also