C# Класс ApiExamples.ExNestedMailMergeCustom.OrderMailMergeDataSource

Наследование: IMailMergeDataSource
Показать файл Открыть проект

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

Описание методов

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 ) : System.Collections
orders OrderList
Результат System.Collections