C# 클래스 Waf.InformationManager.AddressBook.Modules.Domain.AddressBookRoot

상속: Waf.InformationManager.Common.Domain.ValidationModel
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

공개 메소드들

메소드 설명
AddContact ( Contact contact ) : void
AddNewContact ( ) : Contact
AddressBookRoot ( ) : System.Collections.Generic
RemoveContact ( Contact contact ) : void

메소드 상세

AddContact() 공개 메소드

public AddContact ( Contact contact ) : void
contact Contact
리턴 void

AddNewContact() 공개 메소드

public AddNewContact ( ) : Contact
리턴 Contact

AddressBookRoot() 공개 메소드

public AddressBookRoot ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RemoveContact() 공개 메소드

public RemoveContact ( Contact contact ) : void
contact Contact
리턴 void