ViewContextHelperGetSources - метод
Возвращает список доступных источников данных
Пространство имён: Tessa.UI.ViewsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public static IEnumerable<IParameterSource> GetSources(
[CanBeNullAttribute] this IViewContext viewContext,
[NotNullAttribute] IViewParameterMetadata metadata
)
<ExtensionAttribute>
<NotNullAttribute>
Public Shared Function GetSources (
<CanBeNullAttribute> viewContext As IViewContext,
<NotNullAttribute> metadata As IViewParameterMetadata
) As IEnumerable(Of IParameterSource)
public:
[ExtensionAttribute]
[NotNullAttribute]
static IEnumerable<IParameterSource^>^ GetSources(
[CanBeNullAttribute] IViewContext^ viewContext,
[NotNullAttribute] IViewParameterMetadata^ metadata
)
[<ExtensionAttribute>]
[<NotNullAttribute>]
static member GetSources :
[<CanBeNullAttribute>] viewContext : IViewContext *
[<NotNullAttribute>] metadata : IViewParameterMetadata -> IEnumerable<IParameterSource>
- viewContext IViewContext
-
Контекст из которого требуется получить список источников
- metadata IViewParameterMetadata
-
Метаданные параметра который будет использовать источники
IEnumerableIParameterSource
Список источников
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
IViewContext. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).