C# Class Phonebook.REPNew

Inheritance: IPhonebookRepository
Mostra file Open project: nzhul/TelerikAcademy

Public Properties

Property Type Description
entries List
entries List

Public Methods

Method 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 method

public AddPhone ( string name, IEnumerable nums ) : bool
name string
nums IEnumerable
return bool

ChangePhone() public method

public ChangePhone ( string oldent, string newent ) : int
oldent string
newent string
return int

ListEntries() public method

public ListEntries ( int start, int num ) : Class1[]
start int
num int
return Class1[]

ListEntries() public method

public ListEntries ( int start, int num ) : Phonebook.PhoneEntry[]
start int
num int
return Phonebook.PhoneEntry[]

Property Details

entries public_oe property

public List entries
return List

entries public_oe property

public List entries
return List