C# Class EA.Iws.Domain.TransportRoute.StateOfExport

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

Public Methods

Method Description
StateOfExport ( Country country, CompetentAuthority competentAuthority, EntryOrExitPoint exitPoint ) : System
Update ( Country country, CompetentAuthority competentAuthority, EntryOrExitPoint exitPoint ) : void

Protected Methods

Method Description
StateOfExport ( ) : System

Method Details

StateOfExport() protected method

protected StateOfExport ( ) : System
return System

StateOfExport() public method

public StateOfExport ( Country country, CompetentAuthority competentAuthority, EntryOrExitPoint exitPoint ) : System
country Country
competentAuthority CompetentAuthority
exitPoint EntryOrExitPoint
return System

Update() public method

public Update ( Country country, CompetentAuthority competentAuthority, EntryOrExitPoint exitPoint ) : void
country Country
competentAuthority CompetentAuthority
exitPoint EntryOrExitPoint
return void