ViewModelScopeExtensionsGetPrimaryKeyViewModel - метод |
Пространство имён:
Tessa.UI.Scheme
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static PrimaryKeyViewModel GetPrimaryKeyViewModel(
this ViewModelScope scope,
SchemePrimaryKey model
)
<ExtensionAttribute>
Public Shared Function GetPrimaryKeyViewModel (
scope As ViewModelScope,
model As SchemePrimaryKey
) As PrimaryKeyViewModel
public:
[ExtensionAttribute]
static PrimaryKeyViewModel^ GetPrimaryKeyViewModel(
ViewModelScope^ scope,
SchemePrimaryKey^ model
)
[<ExtensionAttribute>]
static member GetPrimaryKeyViewModel :
scope : ViewModelScope *
model : SchemePrimaryKey -> PrimaryKeyViewModel
Параметры
- scope
- Тип: Tessa.UIViewModelScope
- model
- Тип: Tessa.SchemeSchemePrimaryKey
Возвращаемое значение
Тип:
PrimaryKeyViewModelПримечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
ViewModelScope. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).
См. также