C# Class Arash.Membership.Site.SitePrincipal

Inheritance: ISitePrincipal
Exibir arquivo Open project: arashkarami/nlayeredMVC

Public Methods

Method Description
IsInRole ( string role ) : bool
SitePrincipal ( Member user ) : System

Method Details

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

SitePrincipal() public method

public SitePrincipal ( Member user ) : System
user Arash.Membership.Model.Member
return System