SettingsViewModelCreate - метод |
Создает модель-представление и инициализирует ее свойства из настроек
задаваемых в параметре settings
Пространство имён:
Tessa.Extensions.Default.Client.Workplaces.Manager
Сборка:
Tessa.Extensions.Default.Client (в Tessa.Extensions.Default.Client.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public static SettingsViewModel Create(
[NotNullAttribute] ManagerWorkplaceSettings settings,
[NotNullAttribute] IEnumerable<string> columnNames
)
<NotNullAttribute>
Public Shared Function Create (
<NotNullAttribute> settings As ManagerWorkplaceSettings,
<NotNullAttribute> columnNames As IEnumerable(Of String)
) As SettingsViewModel
public:
[NotNullAttribute]
static SettingsViewModel^ Create(
[NotNullAttribute] ManagerWorkplaceSettings^ settings,
[NotNullAttribute] IEnumerable<String^>^ columnNames
)
[<NotNullAttribute>]
static member Create :
[<NotNullAttribute>] settings : ManagerWorkplaceSettings *
[<NotNullAttribute>] columnNames : IEnumerable<string> -> SettingsViewModel
Параметры
- settings
- Тип: Tessa.Extensions.Default.Shared.WorkplacesManagerWorkplaceSettings
Настройки рабочего места руководителя
- columnNames
- Тип: System.Collections.GenericIEnumerableString
Список доступных для выборки имен столбцов
Возвращаемое значение
Тип:
SettingsViewModel
Модель-представление редактирования настроек рабочего места руководителя
См. также