C# 클래스 Aspose.Words.Examples.CSharp.Mail_Merge.NestedMailMergeCustom.CustomerMailMergeDataSource

A custom mail merge data source that you implement to allow Aspose.Words To mail merge data from your Customer objects into Microsoft Word documents.
상속: IMailMergeDataSource
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomerMailMergeDataSource ( CustomerList customers ) : Aspose.Words
GetChildDataSource ( string tableName ) : IMailMergeDataSource
GetValue ( string fieldName, object &fieldValue ) : bool

Aspose.Words calls this method to get a value for every data field.

MoveNext ( ) : bool

A standard implementation for moving to a next record in a collection.

메소드 상세

CustomerMailMergeDataSource() 공개 메소드

public CustomerMailMergeDataSource ( CustomerList customers ) : Aspose.Words
customers CustomerList
리턴 Aspose.Words

GetChildDataSource() 공개 메소드

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
리턴 IMailMergeDataSource

GetValue() 공개 메소드

Aspose.Words calls this method to get a value for every data field.
public GetValue ( string fieldName, object &fieldValue ) : bool
fieldName string
fieldValue object
리턴 bool

MoveNext() 공개 메소드

A standard implementation for moving to a next record in a collection.
public MoveNext ( ) : bool
리턴 bool