C# 클래스 EA.Iws.DocumentGeneration.ViewModels.AddressViewModel

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws 1 사용 예제들

공개 메소드들

메소드 설명
Address ( AddressLines numberOfLines ) : string
AddressViewModel ( Address address ) : System.Collections.Generic
GetAddressViewModelShowingSeeAnnexInstruction ( string seeAnnexNotice ) : AddressViewModel

비공개 메소드들

메소드 설명
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

메소드 상세

Address() 공개 메소드

public Address ( AddressLines numberOfLines ) : string
numberOfLines AddressLines
리턴 string

AddressViewModel() 공개 메소드

public AddressViewModel ( Address address ) : System.Collections.Generic
address Address
리턴 System.Collections.Generic

GetAddressViewModelShowingSeeAnnexInstruction() 공개 정적인 메소드

public static GetAddressViewModelShowingSeeAnnexInstruction ( string seeAnnexNotice ) : AddressViewModel
seeAnnexNotice string
리턴 AddressViewModel