Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
TripsService
UserRole
C# Class TripsService.UserRole
Exibir arquivo
Open project: mnarowski/inzynieria
Class Usage Examples
Public Methods
Method
Description
GetIdNumber
( ) :
int
GetName
( ) :
String
SetIdNumber
(
int
idNumber
) :
void
SetName
(
String
name
) :
void
Method Details
GetIdNumber()
public
method
public
GetIdNumber
( ) :
int
return
int
GetName()
public
method
public
GetName
( ) :
String
return
String
SetIdNumber()
public
method
public
SetIdNumber
(
int
idNumber
) :
void
idNumber
int
return
void
SetName()
public
method
public
SetName
(
String
name
) :
void
name
String
return
void