[ObsoleteAttribute("Use ConfigurationListProvider instead. (6.1)")]
public class ValueTypeProvider
<ObsoleteAttribute("Use ConfigurationListProvider instead. (6.1)")>
Public Class ValueTypeProvider
[ObsoleteAttribute(L"Use ConfigurationListProvider instead. (6.1)")]
public ref class ValueTypeProvider
[<ObsoleteAttribute("Use ConfigurationListProvider instead. (6.1)")>]
type ValueTypeProvider = class end
ValueTypeProvider | Instantiates a ValueTypeProvider |
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. |