C# 클래스 N2.Details.EditableTagsAttribute

Allows editing tags on an item.
상속: N2.Details.EditableTextAttribute
파일 보기 프로젝트 열기: Earthware/n2cms

공개 메소드들

메소드 설명
EditableTagsAttribute ( ) : System
GetIndexableText ( ContentItem item ) : string
UpdateEditor ( ContentItem item, Control editor ) : void
UpdateItem ( ContentItem item, Control editor ) : bool
Write ( ContentItem item, string propertyName, System writer ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetTagsText ( ContentItem item ) : string

메소드 상세

AddEditor() 보호된 메소드

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

CreateEditor() 보호된 메소드

protected CreateEditor ( ) : TextBox
리턴 System.Web.UI.WebControls.TextBox

EditableTagsAttribute() 공개 메소드

public EditableTagsAttribute ( ) : System
리턴 System

GetIndexableText() 공개 메소드

public GetIndexableText ( ContentItem item ) : string
item ContentItem
리턴 string

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 propertyName, System writer ) : void
item ContentItem
propertyName string
writer System
리턴 void