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

Afficher le fichier Open project: EnvironmentAgency/prsd-iws Class Usage Examples

Méthodes publiques

Méthode Description
Address ( AddressLines numberOfLines ) : string
AddressViewModel ( Address address ) : System.Collections.Generic
GetAddressViewModelShowingSeeAnnexInstruction ( string seeAnnexNotice ) : AddressViewModel

Private Methods

Méthode Description
AddressViewModel ( ) : System.Collections.Generic
Convert ( IList contents ) : string

Converts the address represented by the collection of ordered strings to a string with each string being on a new line.

MergeLines ( ) : string

Method Details

Address() public méthode

public Address ( AddressLines numberOfLines ) : string
numberOfLines AddressLines
Résultat string

AddressViewModel() public méthode

public AddressViewModel ( Address address ) : System.Collections.Generic
address Address
Résultat System.Collections.Generic

GetAddressViewModelShowingSeeAnnexInstruction() public static méthode

public static GetAddressViewModelShowingSeeAnnexInstruction ( string seeAnnexNotice ) : AddressViewModel
seeAnnexNotice string
Résultat AddressViewModel