C# Class TripsService.UserRole

Afficher le fichier Open project: mnarowski/inzynieria Class Usage Examples

Méthodes publiques

Méthode Description
GetIdNumber ( ) : int
GetName ( ) : String
SetIdNumber ( int idNumber ) : void
SetName ( String name ) : void

Method Details

GetIdNumber() public méthode

public GetIdNumber ( ) : int
Résultat int

GetName() public méthode

public GetName ( ) : String
Résultat String

SetIdNumber() public méthode

public SetIdNumber ( int idNumber ) : void
idNumber int
Résultat void

SetName() public méthode

public SetName ( String name ) : void
name String
Résultat void