IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Modules.Sink.SinkProvider Class Reference
+ Inheritance diagram for CShell.Modules.Sink.SinkProvider:
+ Collaboration diagram for CShell.Modules.Sink.SinkProvider:

Public Member Functions

bool Handles (Uri uri)
 
Framework.ISink Create (Uri uri)
 Creates a CShell sink. The CShell sink URI is arranged like this: sink://cshell/SinkType/SinkName for example, following uri would create a XHTML window named "Hi" sink://cshell/xhtml/Hi More...
 
bool Handles (Uri uri)
 
Framework.ISink Create (Uri uri)
 Creates a CShell sink. The CShell sink URI is arranged like this: sink://cshell/SinkType/SinkName for example, following uri would create a XHTML window named "Hi" sink://cshell/xhtml/Hi More...
 

Member Function Documentation

bool CShell.Modules.Sink.SinkProvider.Handles ( Uri  uri)
inline
Framework.ISink CShell.Modules.Sink.SinkProvider.Create ( Uri  uri)
inline

Creates a CShell sink. The CShell sink URI is arranged like this: sink://cshell/SinkType/SinkName for example, following uri would create a XHTML window named "Hi" sink://cshell/xhtml/Hi

Parameters
uriThe URI.
Returns
If the URI was correct a sink, otherwise null.</returns

Implements CShell.Framework.Services.ISinkProvider.

bool CShell.Modules.Sink.SinkProvider.Handles ( Uri  uri)
inline
Framework.ISink CShell.Modules.Sink.SinkProvider.Create ( Uri  uri)
inline

Creates a CShell sink. The CShell sink URI is arranged like this: sink://cshell/SinkType/SinkName for example, following uri would create a XHTML window named "Hi" sink://cshell/xhtml/Hi

Parameters
uriThe URI.
Returns
If the URI was correct a sink, otherwise null.</returns

Implements CShell.Framework.Services.ISinkProvider.


The documentation for this class was generated from the following file: