Table of Contents

Interface IProviderDictionary

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Exposes required members for access to non-generic implementation of provider dictionary.

public interface IProviderDictionary
Extension Methods

Properties

ColumnNames

Column names

string ColumnNames { get; }

Property Value

string

Count

Items count.

long Count { get; }

Property Value

long

DataIsValid

Returns true if the dictionary content is valid.

bool DataIsValid { get; }

Property Value

bool

Name

Dictionary name.

string Name { get; }

Property Value

string

ObjectType

Object type

string ObjectType { get; }

Property Value

string

Methods

Clear(bool)

Clears all the items.

void Clear(bool logTasks)

Parameters

logTasks bool

If true, logs the web farm tasks

Invalidate(bool)

Invalidates the dictionary content.

void Invalidate(bool logTasks)

Parameters

logTasks bool

If true, logs the web farm tasks

Remove(object, bool)

Removes the specified object.

void Remove(object key, bool logTasks)

Parameters

key object

Key to remove

logTasks bool

If true, logs the web farm tasks