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

상속: IMailMergeDataSource
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

OrderMailMergeDataSource ( OrderList orders ) : 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

OrderMailMergeDataSource() 공개 메소드

public OrderMailMergeDataSource ( OrderList orders ) : Aspose.Words
orders OrderList
리턴 Aspose.Words