C# Class EA.Iws.DocumentGeneration.ViewModels.WasteCodesViewModel

Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
SetAnnexMessagesAndData ( int annexNumber ) : WasteCodesViewModel
WasteCodesViewModel ( NotificationApplication notification, WasteCodeInfoFormatter wasteCodeInfoFormatter ) : System

Méthodes protégées

Méthode Description
AddToAnnexTableWasteCodes ( string name, string codes ) : AnnexTableWasteCodes
SetBaselAndOecdCode ( NotificationApplication notification ) : void
SetIsAnnexNeeded ( ) : void
SetUnNumbersAndShippingNames ( NotificationApplication notification ) : void

Private Methods

Méthode Description
InitializeAllCodesToEmptyString ( ) : void

Method Details

AddToAnnexTableWasteCodes() protected méthode

protected AddToAnnexTableWasteCodes ( string name, string codes ) : AnnexTableWasteCodes
name string
codes string
Résultat AnnexTableWasteCodes

SetAnnexMessagesAndData() public méthode

public SetAnnexMessagesAndData ( int annexNumber ) : WasteCodesViewModel
annexNumber int
Résultat WasteCodesViewModel

SetBaselAndOecdCode() protected méthode

protected SetBaselAndOecdCode ( NotificationApplication notification ) : void
notification NotificationApplication
Résultat void

SetIsAnnexNeeded() protected méthode

protected SetIsAnnexNeeded ( ) : void
Résultat void

SetUnNumbersAndShippingNames() protected méthode

protected SetUnNumbersAndShippingNames ( NotificationApplication notification ) : void
notification NotificationApplication
Résultat void

WasteCodesViewModel() public méthode

public WasteCodesViewModel ( NotificationApplication notification, WasteCodeInfoFormatter wasteCodeInfoFormatter ) : System
notification NotificationApplication
wasteCodeInfoFormatter WasteCodeInfoFormatter
Résultat System