C# Класс Sitecore.Foundation.Dictionary.Repositories.DictionaryPhraseRepository

Наследование: IDictionaryPhraseRepository
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DictionaryPhraseRepository ( Sitecore.Foundation.Dictionary.Models.Dictionary dictionary ) : System
Get ( [ relativePath, string defaultValue ) : string
GetItem ( [ relativePath, string defaultValue = "" ) : System.Item

Приватные методы

Метод Описание
AssertRelativePath ( string relativePath ) : string
GetCurrentFromCacheOrCreate ( ) : IDictionaryPhraseRepository
GetOrAutoCreateItem ( [ relativePath, [ defaultValue ) : System.Item

Описание методов

DictionaryPhraseRepository() публичный Метод

public DictionaryPhraseRepository ( Sitecore.Foundation.Dictionary.Models.Dictionary dictionary ) : System
dictionary Sitecore.Foundation.Dictionary.Models.Dictionary
Результат System

Get() публичный Метод

public Get ( [ relativePath, string defaultValue ) : string
relativePath [
defaultValue string
Результат string

GetItem() публичный Метод

public GetItem ( [ relativePath, string defaultValue = "" ) : System.Item
relativePath [
defaultValue string
Результат System.Item