ValueTypeProvider Class

Note: This API is now obsolete.
Provides access to one or more value-type sub-entities, using configured retrieval and caching rules.

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("Use ConfigurationListProvider instead. (6.1)")]
public class ValueTypeProvider
Inheritance
Object    ValueTypeProvider

Constructors

ValueTypeProvider Instantiates a ValueTypeProvider

Methods

ClearCache Clears any cache that may have been populated if the settings used to initialize this sub-entity provider specified that caching should be used.
GetAll<T> Retrieves ever single sub-entity of type T defined in NetFORUM, narrowed by any configured filters
Obsolete.
GetById<T> Retrieves a single sub-entity of type T, returning null if the id is null.
Obsolete.

See Also