Click or drag to resize

ValueTypeProviderSettings Class

Settings used in the configuration of value type providers
Inheritance Hierarchy
SystemObject
  Ignition.Framework.RepositoriesValueTypeProviderSettings

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

The ValueTypeProviderSettings type exposes the following members.

Constructors
 NameDescription
Public methodValueTypeProviderSettings Default Constructor
Public methodValueTypeProviderSettings(TimeSpan) Constructor
Top
Properties
 NameDescription
Public propertyCacheDuration If a retrieval strategy that supports caching is selected, this specifies how long the cache before the cache expires and the related value type objects must be retrieved again.
Top
See Also