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
파일 보기 프로젝트 열기: 1508/SitecoreExtension-ChildlistField

보호된 프로퍼티들

프로퍼티 타입 설명
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