C# Class EA.Iws.DocumentGeneration.Notification.Blocks.WasteCodesBlock

Inheritance: AnnexBlockBase, IDocumentBlock, IAnnexedBlock
Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
GenerateAnnex ( int annexNumber ) : void
Merge ( ) : void
WasteCodesBlock ( IList mergeFields, NotificationApplication notification ) : System

Protected Methods

Method Description
FindFirstMergeFieldInAnnexTable ( ) : MergeField
FindTable ( MergeField firstMergeFieldInTable ) : Table
MergeToMainDocument ( int annexNumber ) : void
MergeToTable ( PropertyInfo properties, IList list ) : void

Method Details

FindFirstMergeFieldInAnnexTable() protected method

protected FindFirstMergeFieldInAnnexTable ( ) : MergeField
return MergeField

FindTable() protected method

protected FindTable ( MergeField firstMergeFieldInTable ) : Table
firstMergeFieldInTable MergeField
return Table

GenerateAnnex() public method

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

Merge() public method

public Merge ( ) : void
return void

MergeToMainDocument() protected method

protected MergeToMainDocument ( int annexNumber ) : void
annexNumber int
return void

MergeToTable() protected method

protected MergeToTable ( PropertyInfo properties, IList list ) : void
properties System.Reflection.PropertyInfo
list IList
return void

WasteCodesBlock() public method

public WasteCodesBlock ( IList mergeFields, NotificationApplication notification ) : System
mergeFields IList
notification NotificationApplication
return System