C# 클래스 Phonebook.PhonebookRepositoryWithDictionary

상속: IDeletablePhonebookRepository, IPhonebookRepository
파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
AddPhone ( string name, IEnumerable nums ) : bool
ChangePhone ( string oldent, string newent ) : int
ListEntries ( int first, int num ) : Phonebook.PhoneEntry[]

메소드 상세

AddPhone() 공개 메소드

public AddPhone ( string name, IEnumerable nums ) : bool
name string
nums IEnumerable
리턴 bool

ChangePhone() 공개 메소드

public ChangePhone ( string oldent, string newent ) : int
oldent string
newent string
리턴 int

ListEntries() 공개 메소드

public ListEntries ( int first, int num ) : Phonebook.PhoneEntry[]
first int
num int
리턴 Phonebook.PhoneEntry[]