Creates an asp.net role.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual AspnetRolesEntity CreateNewRole()
Visual Basic
Public Overridable Function CreateNewRole As AspnetRolesEntity
Visual C++
public:
virtual AspnetRolesEntity^ CreateNewRole()
F#
abstract CreateNewRole : unit -> AspnetRolesEntity 
override CreateNewRole : unit -> AspnetRolesEntity 

Return Value

Type: AspnetRolesEntity
New Aspnet role entity

Implements

IMembershipRepository..::..CreateNewRole()()()()

See Also