DataRowsConverterDelegate - делегат |
Пространство имён:
Tessa.UI.Views
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [CanBeNullAttribute]
public delegate IEnumerable<IDictionary<string, Object>> DataRowsConverterDelegate(
[NotNullAttribute] IWorkplaceViewComponent model,
[NotNullAttribute] IDictionary<string, SchemeType> columns,
[NotNullAttribute] IEnumerable<Object> objects
)
<CanBeNullAttribute>
Public Delegate Function DataRowsConverterDelegate (
<NotNullAttribute> model As IWorkplaceViewComponent,
<NotNullAttribute> columns As IDictionary(Of String, SchemeType),
<NotNullAttribute> objects As IEnumerable(Of Object)
) As IEnumerable(Of IDictionary(Of String, Object))
[CanBeNullAttribute]
public delegate IEnumerable<IDictionary<String^, Object^>^>^ DataRowsConverterDelegate(
[NotNullAttribute] IWorkplaceViewComponent^ model,
[NotNullAttribute] IDictionary<String^, SchemeType^>^ columns,
[NotNullAttribute] IEnumerable<Object^>^ objects
)
[<CanBeNullAttribute>]
type DataRowsConverterDelegate =
delegate of
[<NotNullAttribute>] model : IWorkplaceViewComponent *
[<NotNullAttribute>] columns : IDictionary<string, SchemeType> *
[<NotNullAttribute>] objects : IEnumerable<Object> -> IEnumerable<IDictionary<string, Object>>
Параметры
- model
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель для которой вызывается делегат
- columns
- Тип: System.Collections.GenericIDictionaryString, SchemeType
Список столбцов и типов данных
- objects
- Тип: System.Collections.GenericIEnumerableObject
Список преобразуемых объектов
Возвращаемое значение
Тип:
IEnumerableIDictionaryString,
ObjectСписок строк данных
См. также