Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
HotelManagement
Models
UserType
C# Class HotelManagement.Models.UserType
Mostrar archivo
Open project: avdevelop/hotelmanagement
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
UserType
( ) :
System
UserType
(
int
id
,
string
name
) :
System
Method Details
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
UserType()
public
method
public
UserType
( ) :
System
return
System
UserType()
public
method
public
UserType
(
int
id
,
string
name
) :
System
id
int
name
string
return
System