Class MetaObjectSection

Represents section of related meta object settings elements within a configuration file.

Inheritance
System.Object
MetaObjectSection
Namespace: Mediachase.BusinessFoundation.Data.Meta.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0
Syntax
public class MetaObjectSection : ConfigurationSection
Remarks

Contains definition of max returned elements, cache and storage procedure optimization.

Constructors

MetaObjectSection()

Initializes a new instance of the MetaObjectSection class.

Declaration
public MetaObjectSection()

Properties

CacheItemExpiration

Gets or sets the cache item expiration.

Declaration
public int CacheItemExpiration { get; set; }
Property Value
Type Description
System.Int32

The cache item expiration.

Instances

Gets the business object services.

Declaration
public MetaObjectInstanceElementCollection Instances { get; }
Property Value
Type Description
MetaObjectInstanceElementCollection

The business object services.

MaxListObject

Gets or sets the max list object.

Declaration
public int MaxListObject { get; set; }
Property Value
Type Description
System.Int32

The max list object.

Properties

Gets the collection of properties.

Declaration
protected override ConfigurationPropertyCollection Properties { get; }
Property Value
Type Description
System.Configuration.ConfigurationPropertyCollection

SPItemExpiration

Gets or sets the sp item expiration.

Declaration
public int SPItemExpiration { get; set; }
Property Value
Type Description
System.Int32

The sp item expiration.

Types

Declaration
public TypeElementCollection Types { get; }
Property Value
Type Description
TypeElementCollection

UseCache

Gets or sets a value indicating whether [use cache].

Declaration
public bool UseCache { get; set; }
Property Value
Type Description
System.Boolean

true if [use cache]; otherwise, false.

UseSPOptimization

Gets or sets a value indicating whether [use sp optimization].

Declaration
public bool UseSPOptimization { get; set; }
Property Value
Type Description
System.Boolean

true if [use sp optimization]; otherwise, false.