Click or drag to resize

ConfigurationListProvider Class

Provides access to multiple types of configuration lists in netFORUM.
Inheritance Hierarchy
SystemObject
  Ignition.Framework.RepositoriesConfigurationListProvider

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class ConfigurationListProvider

The ConfigurationListProvider type exposes the following members.

Constructors
 NameDescription
Public methodConfigurationListProvider Default constructor
Top
Methods
 NameDescription
Public methodClearCache Clears all cached data associated with this provider, for both entity based and metadata column based lists
Public methodGetEntityBasedListT Retrieves a list configured through entities; usually found in child forms of the Setup/Configuration page of a module.
Public methodGetEntityBasedListItemT Retrieves a single item from a list of configured through entities by its Id, with null pass-through
Public methodGetMetadataColumnBasedListT Retrieves a list configured through metadata column records; always found in the Admin module, on a Column's profile page under "value where"
Public methodGetMetadataColumnBasedListItemT Retrieves a single item from a list of configured through metadata column records by its value, with null pass-through
Top
See Also