ColumnSettingsGetOrCreate(IWorkplaceDataComponentMetadata, String) - метод |
Получает настройки столбцов для owner
Пространство имён:
Tessa.Views.Workplaces
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public static ColumnSettings GetOrCreate(
[NotNullAttribute] IWorkplaceDataComponentMetadata owner,
[NotNullAttribute] string scopeName
)
<NotNullAttribute>
Public Shared Function GetOrCreate (
<NotNullAttribute> owner As IWorkplaceDataComponentMetadata,
<NotNullAttribute> scopeName As String
) As ColumnSettings
public:
[NotNullAttribute]
static ColumnSettings^ GetOrCreate(
[NotNullAttribute] IWorkplaceDataComponentMetadata^ owner,
[NotNullAttribute] String^ scopeName
)
[<NotNullAttribute>]
static member GetOrCreate :
[<NotNullAttribute>] owner : IWorkplaceDataComponentMetadata *
[<NotNullAttribute>] scopeName : string -> ColumnSettings
Параметры
- owner
- Тип: Tessa.Views.WorkplacesIWorkplaceDataComponentMetadata
Владелец - scopeName
- Тип: SystemString
Область
Возвращаемое значение
Тип:
ColumnSettingsНастройки столбцов
См. также