C# Class Phonebook.REPNew

Inheritance: IPhonebookRepository
Afficher le fichier Open project: nzhul/TelerikAcademy

Méthodes publiques

Свойство Type Description
entries List
entries List

Méthodes publiques

Méthode Description
AddPhone ( string name, IEnumerable nums ) : bool
ChangePhone ( string oldent, string newent ) : int
ListEntries ( int start, int num ) : Class1[]
ListEntries ( int start, int num ) : Phonebook.PhoneEntry[]

Method Details

AddPhone() public méthode

public AddPhone ( string name, IEnumerable nums ) : bool
name string
nums IEnumerable
Résultat bool

ChangePhone() public méthode

public ChangePhone ( string oldent, string newent ) : int
oldent string
newent string
Résultat int

ListEntries() public méthode

public ListEntries ( int start, int num ) : Class1[]
start int
num int
Résultat Class1[]

ListEntries() public méthode

public ListEntries ( int start, int num ) : Phonebook.PhoneEntry[]
start int
num int
Résultat Phonebook.PhoneEntry[]

Property Details

entries public_oe property

public List entries
Résultat List

entries public_oe property

public List entries
Résultat List