Click or drag to resize

ReportingProcessBase Methods

The ReportingProcessBase type exposes the following members.

Methods
  Name Description
Public method CleanReportLocation Deletes reports from the ReportLocation that have been idle for the length of the IdleReportLifetime.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method GenerateReport Queues up a report to be generated on a separate thread.
Public method GetArguments Gets the command line arguments for the reporting process.
Public method GetArguments(DateTime, Boolean) Gets the command line arguments for the reporting process for a given report date.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetPendingReportsList Returns the list of reports which are in the queue but are yet to be generated.
Public method GetReportsList Returns the list of reports that are available from the report location.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method IsReportFileName Determines whether the given path is a path to a report, based on the file name.
Public method LoadSettings Loads saved settings from the config file.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method SaveSettings Saves settings to the config file.
Public method SetArguments Applies any received command line arguments for the reporting process.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also