Class BasePresenter
A Presenter is responsible to 'present' the result of the comparison in some way.
This class the base class for a result presenter.It automatically registers to a model and should present the result presented by the ResultModel in some way.
Inheritance
System.Object
BasePresenter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public abstract class BasePresenter : BridgedObject