C# Class BL.Rol

Datei anzeigen Open project: npvb/teleton

Public Methods

Method Description
Rol ( ) : System
getRolDescripcion ( long identity ) : string
getRolID ( string descripcion ) : long
getRolPermisos ( long identity ) : List
getRolPermisos ( string description ) : List
getRolesDescripcion ( ) : List
getRolesID ( ) : List
getRolesUsuario ( string username ) : List

Method Details

Rol() public method

public Rol ( ) : System
return System

getRolDescripcion() public method

public getRolDescripcion ( long identity ) : string
identity long
return string

getRolID() public method

public getRolID ( string descripcion ) : long
descripcion string
return long

getRolPermisos() public method

public getRolPermisos ( long identity ) : List
identity long
return List

getRolPermisos() public method

public getRolPermisos ( string description ) : List
description string
return List

getRolesDescripcion() public method

public getRolesDescripcion ( ) : List
return List

getRolesID() public method

public getRolesID ( ) : List
return List

getRolesUsuario() public method

public getRolesUsuario ( string username ) : List
username string
return List