ConfigurationListProvider Class

Provides access to multiple types of configuration lists in netFORUM.

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class ConfigurationListProvider
Inheritance
Object    ConfigurationListProvider

Constructors

ConfigurationListProvider Default constructor

Methods

ClearCache Clears all cached data associated with this provider, for both entity based and metadata column based lists
GetEntityBasedListT Retrieves a list configured through entities; usually found in child forms of the Setup/Configuration page of a module.
GetEntityBasedListItemT Retrieves a single item from a list of configured through entities by its Id, with null pass-through
GetMetadataColumnBasedListT Retrieves a list configured through metadata column records; always found in the Admin module, on a Column's profile page under "value where"
GetMetadataColumnBasedListItemT Retrieves a single item from a list of configured through metadata column records by its value, with null pass-through

See Also