C# Class RaffleDraw.TicketList

Afficher le fichier Open project: pwilkins05/CS246-Assignment

Méthodes publiques

Méthode Description
Add ( Ticket ticket ) : void
Add ( string fName, string lName, string em ) : void
Fill ( ) : void
GetTicketByIndex ( int i ) : Ticket
Remove ( Ticket ticket ) : void
Save ( ) : void
TicketList ( ) : System
ToString ( ) : string
operator ( ) : TicketList
this ( int i ) : Ticket

Method Details

Add() public méthode

public Add ( Ticket ticket ) : void
ticket Ticket
Résultat void

Add() public méthode

public Add ( string fName, string lName, string em ) : void
fName string
lName string
em string
Résultat void

Fill() public méthode

public Fill ( ) : void
Résultat void

GetTicketByIndex() public méthode

public GetTicketByIndex ( int i ) : Ticket
i int
Résultat Ticket

Remove() public méthode

public Remove ( Ticket ticket ) : void
ticket Ticket
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

TicketList() public méthode

public TicketList ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : TicketList
Résultat TicketList

this() public méthode

public this ( int i ) : Ticket
i int
Résultat Ticket