C# Class Continuous.Server.VM.Printer

Inheritance: Mono.CSharp.ReportPrinter
Mostra file Open project: praeclarum/Continuous

Public Properties

Property Type Description
Messages List

Public Methods

Method Description
AddError ( Exception ex ) : void
Print ( AbstractMessage msg, bool showFullPath ) : void

Method Details

AddError() public method

public AddError ( Exception ex ) : void
ex System.Exception
return void

Print() public method

public Print ( AbstractMessage msg, bool showFullPath ) : void
msg Mono.CSharp.AbstractMessage
showFullPath bool
return void

Property Details

Messages public_oe property

public List Messages
return List