C# Класс Sitecore.SharedSource.Commons.Abstractions.Templates.TemplateWrapper

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

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

Метод Описание
AddDefault ( ID fieldID, string value ) : void
ContainsField ( ID fieldID ) : bool
DescendsFrom ( ID templateId ) : bool
DescendsFrom ( Template template ) : bool
DescendsFromOrEquals ( ID templateId ) : bool
GetBaseTemplates ( ) : TemplateList
GetDefaults ( ) : Hashtable
GetDescendants ( ) : IEnumerable
GetField ( ID fieldID ) : TemplateField
GetField ( string fieldName ) : TemplateField
GetFields ( ) : TemplateField[]
GetFields ( bool includeBaseFields ) : TemplateField[]
GetSection ( ID sectionID ) : TemplateSection
GetSection ( string sectionName ) : TemplateSection
GetSections ( ) : TemplateSection[]
GetTemplateChangeList ( Template target ) : TemplateChangeList
TemplateWrapper ( Template template ) : System.Collections

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

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

public AddDefault ( ID fieldID, string value ) : void
fieldID ID
value string
Результат void

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

public ContainsField ( ID fieldID ) : bool
fieldID ID
Результат bool

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

public DescendsFrom ( ID templateId ) : bool
templateId ID
Результат bool

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

public DescendsFrom ( Template template ) : bool
template Template
Результат bool

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

public DescendsFromOrEquals ( ID templateId ) : bool
templateId ID
Результат bool

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

public GetBaseTemplates ( ) : TemplateList
Результат TemplateList

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

public GetDefaults ( ) : Hashtable
Результат System.Collections.Hashtable

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

public GetDescendants ( ) : IEnumerable
Результат IEnumerable

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

public GetField ( ID fieldID ) : TemplateField
fieldID ID
Результат TemplateField

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

public GetField ( string fieldName ) : TemplateField
fieldName string
Результат TemplateField

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

public GetFields ( ) : TemplateField[]
Результат TemplateField[]

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

public GetFields ( bool includeBaseFields ) : TemplateField[]
includeBaseFields bool
Результат TemplateField[]

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

public GetSection ( ID sectionID ) : TemplateSection
sectionID ID
Результат TemplateSection

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

public GetSection ( string sectionName ) : TemplateSection
sectionName string
Результат TemplateSection

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

public GetSections ( ) : TemplateSection[]
Результат TemplateSection[]

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

public GetTemplateChangeList ( Template target ) : TemplateChangeList
target Template
Результат TemplateChangeList

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

public TemplateWrapper ( Template template ) : System.Collections
template Template
Результат System.Collections