C# Класс SitecoreExtension.ChildlistField.UI.AddChildElement

Dialog for adding a new child element (available templates are those set in the insertOptions field on the parent)
Наследование: DialogForm
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ElementName Edit
TemplateList Listview

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

Метод Описание
AddChildElement ( ) : System

Initializes a new instance of the AddChildElement class.

Защищенные методы

Метод Описание
BindListview ( ) : void

Populates the listview with the available templates

OnLoad ( EventArgs e ) : void

Initiates the various properties and populates the listview

OnOK ( object sender, EventArgs args ) : void

Creates a new child if a proper template has been selected

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

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

Initializes a new instance of the AddChildElement class.
public AddChildElement ( ) : System
Результат System

BindListview() защищенный Метод

Populates the listview with the available templates
protected BindListview ( ) : void
Результат void

OnLoad() защищенный Метод

Initiates the various properties and populates the listview
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

OnOK() защищенный Метод

Creates a new child if a proper template has been selected
protected OnOK ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Результат void

Описание свойств

ElementName защищенное свойство

Field Element
protected Edit ElementName
Результат Edit

TemplateList защищенное свойство

Field Element
protected Listview TemplateList
Результат Listview