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.ViewModels.XhtmlSinkViewModel Class Reference
+ Inheritance diagram for CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel:
+ Collaboration diagram for CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel:

Public Member Functions

 XhtmlSinkViewModel (Uri uri)
 
override void Dump (object o, string description)
 
void Dump (object o, string description, int depth)
 
override void Clear ()
 
override bool Equals (object obj)
 
 XhtmlSinkViewModel (Uri uri)
 
override void Dump (object o, string description)
 
void Dump (object o, string description, int depth)
 
override void Clear ()
 
override bool Equals (object obj)
 
- Public Member Functions inherited from CShell.Framework.Sink
virtual void Dump (object o)
 
virtual void Dump (object o)
 
- Public Member Functions inherited from CShell.Framework.Document
virtual void Save ()
 
virtual void SaveAs (string newFile)
 
virtual void Save ()
 
virtual void SaveAs (string newFile)
 

Protected Member Functions

override void OnDeactivate (bool close)
 
override void OnDeactivate (bool close)
 
- Protected Member Functions inherited from CShell.Framework.Sink
 Sink ()
 
string GetUriPathPart (Uri uri, int pathIndex)
 Gets the display name from the uri, which is usually the second part of the absolute path. More...
 
string GetTitle (Uri uri, string defaultTitle)
 
 Sink ()
 
string GetUriPathPart (Uri uri, int pathIndex)
 Gets the display name from the uri, which is usually the second part of the absolute path. More...
 
string GetTitle (Uri uri, string defaultTitle)
 

Properties

override PaneLocation PreferredLocation [get]
 
string Text [get]
 
- Properties inherited from CShell.Framework.Sink
virtual Uri IconSource [get]
 
bool IsVisible [get, set]
 
virtual PaneLocation PreferredLocation [get]
 
- Properties inherited from CShell.Framework.Document
ICommand CloseCommand [get]
 
virtual Uri Uri [get, set]
 
virtual bool IsDirty [get, set]
 
- Properties inherited from CShell.Framework.IDocument
ICommand CloseCommand [get]
 
Uri Uri [get]
 
bool IsDirty [get]
 
- Properties inherited from CShell.Framework.ISink
PaneLocation PreferredLocation [get]
 
bool IsVisible [get, set]
 

Private Attributes

StringBuilder stringBuilder
 
StringWriter stringWriter
 
XhtmlDumper.XhtmlDumper xhtmlDumper
 
TextWriter linqPadWriter
 
string text = ""
 

Constructor & Destructor Documentation

CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.XhtmlSinkViewModel ( Uri  uri)
inline
CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.XhtmlSinkViewModel ( Uri  uri)
inline

Member Function Documentation

override void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Dump ( object  o,
string  description 
)
inlinevirtual

Implements CShell.Framework.Sink.

void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Dump ( object  o,
string  description,
int  depth 
)
inline
override void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Clear ( )
inlinevirtual

Implements CShell.Framework.Sink.

override void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.OnDeactivate ( bool  close)
inlineprotected
override bool CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Equals ( object  obj)
inline
override void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Dump ( object  o,
string  description 
)
inlinevirtual

Implements CShell.Framework.Sink.

void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Dump ( object  o,
string  description,
int  depth 
)
inline
override void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Clear ( )
inlinevirtual

Implements CShell.Framework.Sink.

override void CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.OnDeactivate ( bool  close)
inlineprotected
override bool CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Equals ( object  obj)
inline

Member Data Documentation

StringBuilder CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.stringBuilder
private
StringWriter CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.stringWriter
private
XhtmlDumper XhtmlDumper CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.xhtmlDumper
private
TextWriter CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.linqPadWriter
private
string CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.text = ""
private

Property Documentation

override PaneLocation CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.PreferredLocation
get
string CShell.Modules.Sink.ViewModels.XhtmlSinkViewModel.Text
get

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