Click or drag to resize

ValueTypeProvider Class

Note: This API is now obsolete.

Provides access to one or more value-type sub-entities, using configured retrieval and caching rules.
Inheritance Hierarchy
SystemObject
  Ignition.Framework.RepositoriesValueTypeProvider

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[ObsoleteAttribute("Use ConfigurationListProvider instead. (6.1)")]
public class ValueTypeProvider

The ValueTypeProvider type exposes the following members.

Constructors
 NameDescription
Public methodValueTypeProvider Instantiates a ValueTypeProvider
Top
Methods
 NameDescription
Public methodClearCache Clears any cache that may have been populated if the settings used to initialize this sub-entity provider specified that caching should be used.
Public methodGetAllTObsolete.
Retrieves ever single sub-entity of type T defined in NetFORUM, narrowed by any configured filters
Public methodGetByIdTObsolete.
Retrieves a single sub-entity of type T, returning null if the id is null.
Top
See Also