C# 클래스 N2.Details.WithEditableTitleAttribute

상속: AbstractEditableAttribute, IWritingDisplayable, IContentEditable
파일 보기 프로젝트 열기: bherila/n2cms

공개 메소드들

메소드 설명
AddTo ( ContentItem item, string detailName, Control container ) : Control
UpdateEditor ( ContentItem item, Control editor ) : void
UpdateItem ( ContentItem item, Control editor ) : bool
WithEditableTitleAttribute ( ) : System

Creates a new instance of the WithEditableAttribute class with default values.

WithEditableTitleAttribute ( string title, int sortOrder ) : System

Creates a new instance of the WithEditableAttribute class with default values.

Write ( ContentItem item, string propertyName, System writer ) : void

보호된 메소드들

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

메소드 상세

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

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

WithEditableTitleAttribute() 공개 메소드

Creates a new instance of the WithEditableAttribute class with default values.
public WithEditableTitleAttribute ( ) : System
리턴 System

WithEditableTitleAttribute() 공개 메소드

Creates a new instance of the WithEditableAttribute class with default values.
public WithEditableTitleAttribute ( string title, int sortOrder ) : System
title string The label displayed to editors
sortOrder int The order of this editor
리턴 System

Write() 공개 메소드

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