ViewModelScopeExtensionsGetPrimaryKeyViewModel - метод
Пространство имён: Tessa.UI.SchemeСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 ViewModelScope
-
- model SchemePrimaryKey
-
PrimaryKeyViewModelВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
ViewModelScope. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).