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

Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
SetAnnexMessage ( int annexNumber ) : void
TransitStateViewModel ( ) : System.Collections.Generic
TransitStateViewModel ( List transitStates ) : System.Collections.Generic

Private Methods

Method Description
AreAnyOfTheTransitStateEntryOrExitNamesGreaterThanTwelveCharacters ( List transitStates ) : bool
SetAllPropertiesForMoreThanThreeStates ( ) : void
SetAllPropertiesToEmptyString ( ) : void
SetIsAnnexNeeded ( List transitStates ) : void
SetPropertiesForOneTransitState ( List transitStates ) : void
SetPropertiesForThreeTransitStates ( List transitStates ) : void
SetPropertiesForTwoTransitStates ( List transitStates ) : void
SetupTransitStateDetails ( List transitStates ) : void

Method Details

SetAnnexMessage() public method

public SetAnnexMessage ( int annexNumber ) : void
annexNumber int
return void

TransitStateViewModel() public method

public TransitStateViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

TransitStateViewModel() public method

public TransitStateViewModel ( List transitStates ) : System.Collections.Generic
transitStates List
return System.Collections.Generic