C# 클래스 Sitecore.Foundation.Dictionary.Repositories.DictionaryPhraseRepository

상속: IDictionaryPhraseRepository
파일 보기 프로젝트 열기: Sitecore/Habitat 1 사용 예제들

공개 메소드들

메소드 설명
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