adTempus API
ArcanaDevelopment.adTempus.Client.ConfigurationReporting Namespace / IADTObjectConfigurationReportWriter Interface
Members


In This Topic
    IADTObjectConfigurationReportWriter Interface
    In This Topic
    Interface implemented by a class that generates configuration reports for objects
    Syntax
    'Declaration
     
    
    Public Interface IADTObjectConfigurationReportWriter 
       Inherits ArcanaDevelopment.adTempus.Shared.IObjectConfigurationReportWriter 
    public interface IADTObjectConfigurationReportWriter : ArcanaDevelopment.adTempus.Shared.IObjectConfigurationReportWriter  
    public interface class IADTObjectConfigurationReportWriter : public ArcanaDevelopment.adTempus.Shared.IObjectConfigurationReportWriter  
    Remarks

    The default configuration report builder is used by ArcanaDevelopment.adTempus.Client.ADTObject.GetConfigurationReport and ConfigurationReportGenerator to generate an HTML-based report of all settings and relations for objects.

    To generate a report in a different format or for a different use, implement this interface

    See Also