C# 클래스 EA.Iws.Domain.NotificationApplication.ProducerCollection

상속: System.Entity
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
AddProducer ( ProducerBusiness business, Address address, Contact contact ) : Producer
GetProducer ( System.Guid producerId ) : Producer
ProducerCollection ( System.Guid notificationId ) : System
RemoveProducer ( System.Guid producerId ) : void
SetProducerAsSiteOfExport ( System.Guid producerId ) : void

보호된 메소드들

메소드 설명
ProducerCollection ( ) : System

메소드 상세

AddProducer() 공개 메소드

public AddProducer ( ProducerBusiness business, Address address, Contact contact ) : Producer
business ProducerBusiness
address Address
contact Contact
리턴 Producer

GetProducer() 공개 메소드

public GetProducer ( System.Guid producerId ) : Producer
producerId System.Guid
리턴 Producer

ProducerCollection() 보호된 메소드

protected ProducerCollection ( ) : System
리턴 System

ProducerCollection() 공개 메소드

public ProducerCollection ( System.Guid notificationId ) : System
notificationId System.Guid
리턴 System

RemoveProducer() 공개 메소드

public RemoveProducer ( System.Guid producerId ) : void
producerId System.Guid
리턴 void

SetProducerAsSiteOfExport() 공개 메소드

public SetProducerAsSiteOfExport ( System.Guid producerId ) : void
producerId System.Guid
리턴 void