ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Configuration.Issues.IssueGatherer Class Reference
Inheritance diagram for ImageResizer.Configuration.Issues.IssueGatherer:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Configuration.Issues.IssueGatherer:
Collaboration graph
[legend]

Public Member Functions

 IssueGatherer (Config c)
 Creates a 'gatherer' that pulls issues from IIssueProviders throughout the Config structure. Even plugins are queried. More...
 
IEnumerable< IIssueGetIssues ()
 

Detailed Description

Definition at line 9 of file IssueGatherer.cs.

Constructor & Destructor Documentation

ImageResizer.Configuration.Issues.IssueGatherer.IssueGatherer ( Config  c)
inline

Creates a 'gatherer' that pulls issues from IIssueProviders throughout the Config structure. Even plugins are queried.

Parameters
c

Definition at line 15 of file IssueGatherer.cs.

15  {
16  this.c = c;
17  }

The documentation for this class was generated from the following file: