• API Documentation
  • i-net PDFC
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    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
    BridgedObject
    BasePresenter
    ConsolePresenter
    ExportPresenter
    JsonPresenter
    ReportPresenter
    Inherited Members
    BridgedObject.Equals(Object)
    BridgedObject.GetHashCode()
    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

    Methods

    execute(ResultModel)

    Execute this presenter for a result

    Declaration
    public PresenterExceptionData execute(ResultModel result)
    Parameters
    Type Name Description
    ResultModel result

    the result model to present

    Returns
    Type Description
    PresenterExceptionData

    An exception wrapper in case the execution faile,

    null
    otherwise

    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH