C# 클래스 Core.Entities.Person

상속: IEntity, IDeletable, IHaveEmail
파일 보기 프로젝트 열기: ChrisMissal/atxc 1 사용 예제들

공개 메소드들

메소드 설명
AddCategories ( IEnumerable categories ) : void
AddLinks ( IEnumerable links ) : void
Person ( ) : System
RemoveCategory ( CategoryField category ) : void
RemoveLink ( LinkField link ) : void

메소드 상세

AddCategories() 공개 메소드

public AddCategories ( IEnumerable categories ) : void
categories IEnumerable
리턴 void

AddLinks() 공개 메소드

public AddLinks ( IEnumerable links ) : void
links IEnumerable
리턴 void

Person() 공개 메소드

public Person ( ) : System
리턴 System

RemoveCategory() 공개 메소드

public RemoveCategory ( CategoryField category ) : void
category CategoryField
리턴 void

RemoveLink() 공개 메소드

public RemoveLink ( LinkField link ) : void
link LinkField
리턴 void