C# Class ApiExamples.ExNestedMailMergeCustom.OrderMailMergeDataSource

Inheritance: IMailMergeDataSource
Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Private Properties

Property Type Description

Public Methods

Method Description
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 ) : System.Collections

Method Details

GetChildDataSource() public method

public GetChildDataSource ( string tableName ) : IMailMergeDataSource
tableName string
return IMailMergeDataSource

GetValue() public method

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

MoveNext() public method

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

OrderMailMergeDataSource() public method

public OrderMailMergeDataSource ( OrderList orders ) : System.Collections
orders OrderList
return System.Collections