Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
CK
Plugins
ObjectExplorer
VMIBase
C# Class CK.Plugins.ObjectExplorer.VMIBase
Basic class used to expose core properties. It will be used by the
Object Explorer plugin
.
Inheritance:
CK.WPF.ViewModel.VMBase
,
IDisposable
Exibir arquivo
Open project: Invenietis/ck-certified
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
VMIBase
(
VMIContextViewModel
context
,
VMIBase
parent
) :
System
Protected Methods
Method
Description
OnDispose
( ) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
OnDispose()
protected
method
protected
OnDispose
( ) :
void
return
void
VMIBase()
public
method
public
VMIBase
(
VMIContextViewModel
context
,
VMIBase
parent
) :
System
context
VMIContextViewModel
parent
VMIBase
return
System