C# Class DRMFSS.BLL.UserProfile

Show file Open project: edgecomputing/cats-hub-module Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

ChangeHub() public method

public ChangeHub ( int warehouseId ) : void
warehouseId int
return void

ChangeLanguage() public method

public ChangeLanguage ( string lang ) : void
lang string
return void

GetFullName() public method

public GetFullName ( ) : string
return string

GetUserById() public static method

public static GetUserById ( int p ) : UserProfile
p int
return UserProfile

UserProfile() public method

public UserProfile ( ) : System
return System