C# 클래스 N2.Details.EditableItemAttribute

상속: AbstractEditableAttribute, IDisplayable, IWritingDisplayable
파일 보기 프로젝트 열기: Earthware/n2cms 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
AddEditor ( Control panel ) : Control
CreateChild ( ContentItem item, Type childItemType ) : ContentItem
GetChild ( ContentItem item ) : ContentItem
OnChildEditorInit ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
IDisplayable ( ContentItem item, string detailName, Control container ) : Control

메소드 상세

AddEditor() 보호된 메소드

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

AddTo() 공개 메소드

public AddTo ( Control container ) : Control
container System.Web.UI.Control
리턴 System.Web.UI.Control

CreateChild() 보호된 메소드

protected CreateChild ( ContentItem item, Type childItemType ) : ContentItem
item ContentItem
childItemType System.Type
리턴 ContentItem

EditableItemAttribute() 공개 메소드

public EditableItemAttribute ( ) : System
리턴 System

EditableItemAttribute() 공개 메소드

public EditableItemAttribute ( int sortOrder ) : System
sortOrder int
리턴 System

EditableItemAttribute() 공개 메소드

public EditableItemAttribute ( string defaultChildName, int sortOrder ) : System
defaultChildName string
sortOrder int
리턴 System

EditableItemAttribute() 공개 메소드

public EditableItemAttribute ( string defaultChildName, string defaultChildZoneName, int sortOrder ) : System
defaultChildName string
defaultChildZoneName string
sortOrder int
리턴 System

GetChild() 보호된 메소드

protected GetChild ( ContentItem item ) : ContentItem
item ContentItem
리턴 ContentItem

OnChildEditorInit() 보호된 메소드

protected OnChildEditorInit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

UpdateEditor() 공개 메소드

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

UpdateItem() 공개 메소드

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

Write() 공개 메소드

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