C# Class EA.Iws.DocumentGeneration.DocumentGenerator.FinancialGuaranteeDocumentGenerator

Inheritance: IFinancialGuaranteeDocumentGenerator
Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
GenerateBankGuaranteeDocument ( ) : byte[]
GenerateFinancialGuaranteeDocument ( UKCompetentAuthority competentAuthority ) : byte[]
GenerateParentCompanyTemplate ( ) : byte[]

Private Methods

Method Description
GetFinancialGuaranteeDocumentName ( UKCompetentAuthority competentAuthority ) : string

Method Details

GenerateBankGuaranteeDocument() public method

public GenerateBankGuaranteeDocument ( ) : byte[]
return byte[]

GenerateFinancialGuaranteeDocument() public method

public GenerateFinancialGuaranteeDocument ( UKCompetentAuthority competentAuthority ) : byte[]
competentAuthority UKCompetentAuthority
return byte[]

GenerateParentCompanyTemplate() public method

public GenerateParentCompanyTemplate ( ) : byte[]
return byte[]