C# Class TripsService.Trip

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

Méthodes publiques

Méthode Description
GetAtractions ( ) : Attraction
GetDescription ( ) : String
GetLength ( ) : float
GetLocalisation ( ) : Location
GetName ( ) : String
GetOrganizer ( ) : User
GetPrice ( ) : double
GetTransport ( ) : string
GetUsersNumber ( ) : int
SetAtractions ( Attraction atractions ) : void
SetDescription ( String description ) : void
SetLength ( float length ) : void
SetLocalisation ( Location localisation ) : void
SetName ( String name ) : void
SetOrganizer ( User organizer ) : void
SetPrice ( double price ) : void
SetTransport ( string transport ) : void
SetUsersNumber ( int usersNumber ) : void
Trip ( ) : System

Method Details

GetAtractions() public méthode

public GetAtractions ( ) : Attraction
Résultat Attraction

GetDescription() public méthode

public GetDescription ( ) : String
Résultat String

GetLength() public méthode

public GetLength ( ) : float
Résultat float

GetLocalisation() public méthode

public GetLocalisation ( ) : Location
Résultat Location

GetName() public méthode

public GetName ( ) : String
Résultat String

GetOrganizer() public méthode

public GetOrganizer ( ) : User
Résultat User

GetPrice() public méthode

public GetPrice ( ) : double
Résultat double

GetTransport() public méthode

public GetTransport ( ) : string
Résultat string

GetUsersNumber() public méthode

public GetUsersNumber ( ) : int
Résultat int

SetAtractions() public méthode

public SetAtractions ( Attraction atractions ) : void
atractions Attraction
Résultat void

SetDescription() public méthode

public SetDescription ( String description ) : void
description String
Résultat void

SetLength() public méthode

public SetLength ( float length ) : void
length float
Résultat void

SetLocalisation() public méthode

public SetLocalisation ( Location localisation ) : void
localisation Location
Résultat void

SetName() public méthode

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

SetOrganizer() public méthode

public SetOrganizer ( User organizer ) : void
organizer User
Résultat void

SetPrice() public méthode

public SetPrice ( double price ) : void
price double
Résultat void

SetTransport() public méthode

public SetTransport ( string transport ) : void
transport string
Résultat void

SetUsersNumber() public méthode

public SetUsersNumber ( int usersNumber ) : void
usersNumber int
Résultat void

Trip() public méthode

public Trip ( ) : System
Résultat System