C# 클래스 Treefrog.Presentation.ContentTypeController

상속: IDisposable
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
CloseContent ( System.Guid uid ) : void
ContentIsValid ( System.Guid uid ) : bool
Dispose ( ) : void
GetContent ( System.Guid uid ) : ContentPresenter
OpenContent ( System.Guid uid ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetContentCore ( System.Guid uid ) : ContentPresenter
OnContentClosed ( ContentPresenterEventArgs e ) : void
OnContentOpened ( ContentPresenterEventArgs e ) : void

메소드 상세

CloseContent() 공개 추상적인 메소드

public abstract CloseContent ( System.Guid uid ) : void
uid System.Guid
리턴 void

ContentIsValid() 공개 추상적인 메소드

public abstract ContentIsValid ( System.Guid uid ) : bool
uid System.Guid
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetContent() 공개 메소드

public GetContent ( System.Guid uid ) : ContentPresenter
uid System.Guid
리턴 ContentPresenter

GetContentCore() 보호된 메소드

protected GetContentCore ( System.Guid uid ) : ContentPresenter
uid System.Guid
리턴 ContentPresenter

OnContentClosed() 보호된 메소드

protected OnContentClosed ( ContentPresenterEventArgs e ) : void
e ContentPresenterEventArgs
리턴 void

OnContentOpened() 보호된 메소드

protected OnContentOpened ( ContentPresenterEventArgs e ) : void
e ContentPresenterEventArgs
리턴 void

OpenContent() 공개 추상적인 메소드

public abstract OpenContent ( System.Guid uid ) : void
uid System.Guid
리턴 void