C# 클래스 TripsService.Trip

상속: ISerializable
파일 보기 프로젝트 열기: mnarowski/inzynieria 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAtractions() 공개 메소드

public GetAtractions ( ) : Attraction
리턴 Attraction

GetDescription() 공개 메소드

public GetDescription ( ) : String
리턴 String

GetLength() 공개 메소드

public GetLength ( ) : float
리턴 float

GetLocalisation() 공개 메소드

public GetLocalisation ( ) : Location
리턴 Location

GetName() 공개 메소드

public GetName ( ) : String
리턴 String

GetOrganizer() 공개 메소드

public GetOrganizer ( ) : User
리턴 User

GetPrice() 공개 메소드

public GetPrice ( ) : double
리턴 double

GetTransport() 공개 메소드

public GetTransport ( ) : string
리턴 string

GetUsersNumber() 공개 메소드

public GetUsersNumber ( ) : int
리턴 int

SetAtractions() 공개 메소드

public SetAtractions ( Attraction atractions ) : void
atractions Attraction
리턴 void

SetDescription() 공개 메소드

public SetDescription ( String description ) : void
description String
리턴 void

SetLength() 공개 메소드

public SetLength ( float length ) : void
length float
리턴 void

SetLocalisation() 공개 메소드

public SetLocalisation ( Location localisation ) : void
localisation Location
리턴 void

SetName() 공개 메소드

public SetName ( String name ) : void
name String
리턴 void

SetOrganizer() 공개 메소드

public SetOrganizer ( User organizer ) : void
organizer User
리턴 void

SetPrice() 공개 메소드

public SetPrice ( double price ) : void
price double
리턴 void

SetTransport() 공개 메소드

public SetTransport ( string transport ) : void
transport string
리턴 void

SetUsersNumber() 공개 메소드

public SetUsersNumber ( int usersNumber ) : void
usersNumber int
리턴 void

Trip() 공개 메소드

public Trip ( ) : System
리턴 System