C# Класс EA.Iws.Domain.TransportRoute.TransportRoute

Наследование: System.Entity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddTransitStateToNotification ( TransitState transitState ) : void
GetAvailableTransitStatePositions ( ) : int[]
RemoveTransitState ( System.Guid id ) : void
SetEntryCustomsOffice ( EntryCustomsOffice customsOffice ) : void
SetExitCustomsOffice ( ExitCustomsOffice customsOffice ) : void
SetStateOfExportForNotification ( StateOfExport stateOfExport ) : void
SetStateOfImportForNotification ( StateOfImport stateOfImport ) : void
TransportRoute ( System.Guid notificationId ) : System
UpdateTransitStateForNotification ( System.Guid targetTransitStateId, Country country, CompetentAuthority competentAuthority, EntryOrExitPoint entryPoint, EntryOrExitPoint exitPoint, int ordinalPosition ) : void

Защищенные методы

Метод Описание
TransportRoute ( ) : System

Приватные методы

Метод Описание
CheckAllTransitStatesInEU ( ) : void

Описание методов

AddTransitStateToNotification() публичный Метод

public AddTransitStateToNotification ( TransitState transitState ) : void
transitState TransitState
Результат void

GetAvailableTransitStatePositions() публичный Метод

public GetAvailableTransitStatePositions ( ) : int[]
Результат int[]

RemoveTransitState() публичный Метод

public RemoveTransitState ( System.Guid id ) : void
id System.Guid
Результат void

SetEntryCustomsOffice() публичный Метод

public SetEntryCustomsOffice ( EntryCustomsOffice customsOffice ) : void
customsOffice EntryCustomsOffice
Результат void

SetExitCustomsOffice() публичный Метод

public SetExitCustomsOffice ( ExitCustomsOffice customsOffice ) : void
customsOffice ExitCustomsOffice
Результат void

SetStateOfExportForNotification() публичный Метод

public SetStateOfExportForNotification ( StateOfExport stateOfExport ) : void
stateOfExport StateOfExport
Результат void

SetStateOfImportForNotification() публичный Метод

public SetStateOfImportForNotification ( StateOfImport stateOfImport ) : void
stateOfImport StateOfImport
Результат void

TransportRoute() защищенный Метод

protected TransportRoute ( ) : System
Результат System

TransportRoute() публичный Метод

public TransportRoute ( System.Guid notificationId ) : System
notificationId System.Guid
Результат System

UpdateTransitStateForNotification() публичный Метод

public UpdateTransitStateForNotification ( System.Guid targetTransitStateId, Country country, CompetentAuthority competentAuthority, EntryOrExitPoint entryPoint, EntryOrExitPoint exitPoint, int ordinalPosition ) : void
targetTransitStateId System.Guid
country Country
competentAuthority CompetentAuthority
entryPoint EntryOrExitPoint
exitPoint EntryOrExitPoint
ordinalPosition int
Результат void