C# Class DRMFSS.BLL.UserProfile

Afficher le fichier Open project: edgecomputing/cats-hub-module Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ChangeHub ( int warehouseId ) : void
ChangeLanguage ( string lang ) : void
GetFullName ( ) : string
GetUserById ( int p ) : UserProfile
UserProfile ( ) : System

Method Details

ChangeHub() public méthode

public ChangeHub ( int warehouseId ) : void
warehouseId int
Résultat void

ChangeLanguage() public méthode

public ChangeLanguage ( string lang ) : void
lang string
Résultat void

GetFullName() public méthode

public GetFullName ( ) : string
Résultat string

GetUserById() public static méthode

public static GetUserById ( int p ) : UserProfile
p int
Résultat UserProfile

UserProfile() public méthode

public UserProfile ( ) : System
Résultat System