C# Class EA.Iws.Domain.NotificationApplication.Exporter.Exporter

Inheritance: System.Entity
ファイルを表示 Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Public Methods

Method Description
Exporter ( System.Guid notificationId, Address address, Business business, Contact contact ) : System
Update ( Address address, Business business, Contact contact ) : void

Protected Methods

Method Description
Exporter ( ) : System

Method Details

Exporter() protected method

protected Exporter ( ) : System
return System

Exporter() public method

public Exporter ( System.Guid notificationId, Address address, Business business, Contact contact ) : System
notificationId System.Guid
address Address
business Business
contact Contact
return System

Update() public method

public Update ( Address address, Business business, Contact contact ) : void
address Address
business Business
contact Contact
return void