C# 클래스 BL.Rol

파일 보기 프로젝트 열기: npvb/teleton

공개 메소드들

메소드 설명
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

메소드 상세

Rol() 공개 메소드

public Rol ( ) : System
리턴 System

getRolDescripcion() 공개 메소드

public getRolDescripcion ( long identity ) : string
identity long
리턴 string

getRolID() 공개 메소드

public getRolID ( string descripcion ) : long
descripcion string
리턴 long

getRolPermisos() 공개 메소드

public getRolPermisos ( long identity ) : List
identity long
리턴 List

getRolPermisos() 공개 메소드

public getRolPermisos ( string description ) : List
description string
리턴 List

getRolesDescripcion() 공개 메소드

public getRolesDescripcion ( ) : List
리턴 List

getRolesID() 공개 메소드

public getRolesID ( ) : List
리턴 List

getRolesUsuario() 공개 메소드

public getRolesUsuario ( string username ) : List
username string
리턴 List