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

Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
SetAnnexMessagesAndData ( int annexNumber ) : WasteCodesViewModel
WasteCodesViewModel ( NotificationApplication notification, WasteCodeInfoFormatter wasteCodeInfoFormatter ) : System

Protected Methods

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

Private Methods

Method Description
InitializeAllCodesToEmptyString ( ) : void

Method Details

AddToAnnexTableWasteCodes() protected method

protected AddToAnnexTableWasteCodes ( string name, string codes ) : AnnexTableWasteCodes
name string
codes string
return AnnexTableWasteCodes

SetAnnexMessagesAndData() public method

public SetAnnexMessagesAndData ( int annexNumber ) : WasteCodesViewModel
annexNumber int
return WasteCodesViewModel

SetBaselAndOecdCode() protected method

protected SetBaselAndOecdCode ( NotificationApplication notification ) : void
notification NotificationApplication
return void

SetIsAnnexNeeded() protected method

protected SetIsAnnexNeeded ( ) : void
return void

SetUnNumbersAndShippingNames() protected method

protected SetUnNumbersAndShippingNames ( NotificationApplication notification ) : void
notification NotificationApplication
return void

WasteCodesViewModel() public method

public WasteCodesViewModel ( NotificationApplication notification, WasteCodeInfoFormatter wasteCodeInfoFormatter ) : System
notification NotificationApplication
wasteCodeInfoFormatter WasteCodeInfoFormatter
return System