C# 클래스 CK.Plugins.ObjectExplorer.VMIBase

Basic class used to expose core properties. It will be used by the Object Explorer plugin.
상속: CK.WPF.ViewModel.VMBase, IDisposable
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
VMIBase ( VMIContextViewModel context, VMIBase parent ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

VMIBase() 공개 메소드

public VMIBase ( VMIContextViewModel context, VMIBase parent ) : System
context VMIContextViewModel
parent VMIBase
리턴 System