C# 클래스 EA.Iws.DocumentGeneration.Notification.Blocks.WasteCodesBlock

상속: AnnexBlockBase, IDocumentBlock, IAnnexedBlock
파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
GenerateAnnex ( int annexNumber ) : void
Merge ( ) : void
WasteCodesBlock ( IList mergeFields, NotificationApplication notification ) : System

보호된 메소드들

메소드 설명
FindFirstMergeFieldInAnnexTable ( ) : MergeField
FindTable ( MergeField firstMergeFieldInTable ) : Table
MergeToMainDocument ( int annexNumber ) : void
MergeToTable ( PropertyInfo properties, IList list ) : void

메소드 상세

FindFirstMergeFieldInAnnexTable() 보호된 메소드

protected FindFirstMergeFieldInAnnexTable ( ) : MergeField
리턴 MergeField

FindTable() 보호된 메소드

protected FindTable ( MergeField firstMergeFieldInTable ) : Table
firstMergeFieldInTable MergeField
리턴 Table

GenerateAnnex() 공개 메소드

public GenerateAnnex ( int annexNumber ) : void
annexNumber int
리턴 void

Merge() 공개 메소드

public Merge ( ) : void
리턴 void

MergeToMainDocument() 보호된 메소드

protected MergeToMainDocument ( int annexNumber ) : void
annexNumber int
리턴 void

MergeToTable() 보호된 메소드

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

WasteCodesBlock() 공개 메소드

public WasteCodesBlock ( IList mergeFields, NotificationApplication notification ) : System
mergeFields IList
notification NotificationApplication
리턴 System