Represents list of providers for List anf Content properties of DocumentSection class.
Namespace:
Greatis.PrintSuite.DesignerAssembly: Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)
Syntax
| Visual Basic |
|---|
Public Class ProviderList _ Inherits List(Of PrintProvider) |
| C# |
|---|
public class ProviderList : List<PrintProvider> |
| Visual C++ |
|---|
public ref class ProviderList : public List<PrintProvider^> |
| JavaScript |
|---|
Greatis.PrintSuite.Designer.ProviderList = function(); Type.createClass( 'Greatis.PrintSuite.Designer.ProviderList', List`1); |
Inheritance Hierarchy
System..::..Object
System.Collections.Generic..::..List<(Of <(<'PrintProvider>)>)>
Greatis.PrintSuite.Designer..::..ProviderList
System.Collections.Generic..::..List<(Of <(<'PrintProvider>)>)>
Greatis.PrintSuite.Designer..::..ProviderList