Method | Description | |
---|---|---|
CloseContent ( System.Guid uid ) : void | ||
ContentIsValid ( System.Guid uid ) : bool | ||
Dispose ( ) : void | ||
GetContent ( System.Guid uid ) : |
||
OpenContent ( System.Guid uid ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetContentCore ( System.Guid uid ) : |
||
OnContentClosed ( |
||
OnContentOpened ( |
public abstract CloseContent ( System.Guid uid ) : void | ||
uid | System.Guid | |
return | void |
public abstract ContentIsValid ( System.Guid uid ) : bool | ||
uid | System.Guid | |
return | bool |
public GetContent ( System.Guid uid ) : |
||
uid | System.Guid | |
return |
protected GetContentCore ( System.Guid uid ) : |
||
uid | System.Guid | |
return |
protected OnContentClosed ( |
||
e | ||
return | void |
protected OnContentOpened ( |
||
e | ||
return | void |
public abstract OpenContent ( System.Guid uid ) : void | ||
uid | System.Guid | |
return | void |