C# Class Treefrog.Presentation.ContentTypeController

Inheritance: IDisposable
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
CloseContent ( System.Guid uid ) : void
ContentIsValid ( System.Guid uid ) : bool
Dispose ( ) : void
GetContent ( System.Guid uid ) : ContentPresenter
OpenContent ( System.Guid uid ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetContentCore ( System.Guid uid ) : ContentPresenter
OnContentClosed ( ContentPresenterEventArgs e ) : void
OnContentOpened ( ContentPresenterEventArgs e ) : void

Method Details

CloseContent() public abstract méthode

public abstract CloseContent ( System.Guid uid ) : void
uid System.Guid
Résultat void

ContentIsValid() public abstract méthode

public abstract ContentIsValid ( System.Guid uid ) : bool
uid System.Guid
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetContent() public méthode

public GetContent ( System.Guid uid ) : ContentPresenter
uid System.Guid
Résultat ContentPresenter

GetContentCore() protected méthode

protected GetContentCore ( System.Guid uid ) : ContentPresenter
uid System.Guid
Résultat ContentPresenter

OnContentClosed() protected méthode

protected OnContentClosed ( ContentPresenterEventArgs e ) : void
e ContentPresenterEventArgs
Résultat void

OnContentOpened() protected méthode

protected OnContentOpened ( ContentPresenterEventArgs e ) : void
e ContentPresenterEventArgs
Résultat void

OpenContent() public abstract méthode

public abstract OpenContent ( System.Guid uid ) : void
uid System.Guid
Résultat void