C# 클래스 Phonebook.REPNew

상속: IPhonebookRepository
파일 보기 프로젝트 열기: nzhul/TelerikAcademy

공개 프로퍼티들

프로퍼티 타입 설명
entries List
entries List

공개 메소드들

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

메소드 상세

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 start, int num ) : Class1[]
start int
num int
리턴 Class1[]

ListEntries() 공개 메소드

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

프로퍼티 상세

entries 공개적으로 프로퍼티

public List entries
리턴 List

entries 공개적으로 프로퍼티

public List entries
리턴 List