C# Class TripsService.UserRole

Mostra file 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