Table of Contents

Interface IFullNameInfoProvider

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Interface for InfoProvider class which uses full name as info identifier.

public interface IFullNameInfoProvider
Extension Methods

Methods

GetFullNameDictionary()

Creates new caching collection for objects addressed by full name

ProviderInfoDictionary<string> GetFullNameDictionary()

Returns

ProviderInfoDictionary<string>

GetFullNameWhereCondition(string)

Gets the where condition that searches the object based on the given full name.

IWhereCondition GetFullNameWhereCondition(string fullName)

Parameters

fullName string

Object full name

Returns

IWhereCondition