C# Class Shaml.Membership.Core.User

Inheritance: System.Entity
Mostrar archivo Open project: sztupy/shaml

Private Properties

Property Type Description

Public Methods

Method Description
AddRole ( Role role ) : void
RemoveRole ( Role role ) : bool
SetProfile ( Profile profile ) : void
User ( ) : System

Method Details

AddRole() public method

public AddRole ( Role role ) : void
role Role
return void

RemoveRole() public method

public RemoveRole ( Role role ) : bool
role Role
return bool

SetProfile() public method

public SetProfile ( Profile profile ) : void
profile Profile
return void

User() public method

public User ( ) : System
return System