C# 클래스 N2.Details.EditableLinkAttribute

Defines an editable link to another item on this site. The item is selected through a popup window displaying the item tree.
상속: AbstractEditableAttribute, IRelativityTransformer, IWritingDisplayable, IDisplayable
파일 보기 프로젝트 열기: Earthware/n2cms

공개 메소드들

메소드 설명
AddTo ( ContentItem item, string detailName, Control container ) : Control
EditableLinkAttribute ( ) : System
EditableLinkAttribute ( string title, int sortOrder ) : System
UpdateEditor ( ContentItem item, Control editor ) : void
UpdateItem ( ContentItem item, Control editor ) : bool
Write ( ContentItem item, string detailName, System writer ) : void

보호된 메소드들

메소드 설명
AddEditor ( Control container ) : Control

비공개 메소드들

메소드 설명
IRelativityTransformer ( string currentPath, string fromAppPath, string toAppPath ) : string

메소드 상세

AddEditor() 보호된 메소드

protected AddEditor ( Control container ) : Control
container System.Web.UI.Control
리턴 System.Web.UI.Control

AddTo() 공개 메소드

public AddTo ( ContentItem item, string detailName, Control container ) : Control
item ContentItem
detailName string
container System.Web.UI.Control
리턴 System.Web.UI.Control

EditableLinkAttribute() 공개 메소드

public EditableLinkAttribute ( ) : System
리턴 System

EditableLinkAttribute() 공개 메소드

public EditableLinkAttribute ( string title, int sortOrder ) : System
title string
sortOrder int
리턴 System

UpdateEditor() 공개 메소드

public UpdateEditor ( ContentItem item, Control editor ) : void
item ContentItem
editor System.Web.UI.Control
리턴 void

UpdateItem() 공개 메소드

public UpdateItem ( ContentItem item, Control editor ) : bool
item ContentItem
editor System.Web.UI.Control
리턴 bool

Write() 공개 메소드

public Write ( ContentItem item, string detailName, System writer ) : void
item ContentItem
detailName string
writer System
리턴 void