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

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

Public Methods

Method Description
MeansOfTransport ( System.Guid notificationId ) : System
SetRoute ( IList meansOfTransport ) : void

Protected Methods

Method Description
MeansOfTransport ( ) : System

Method Details

MeansOfTransport() protected method

protected MeansOfTransport ( ) : System
return System

MeansOfTransport() public method

public MeansOfTransport ( System.Guid notificationId ) : System
notificationId System.Guid
return System

SetRoute() public method

public SetRoute ( IList meansOfTransport ) : void
meansOfTransport IList
return void