C# 클래스 XAF_Bootstrap.Controls.XafBootstrapStructureView

상속: System.Web.UI.Control, IXafCallbackHandler
파일 보기 프로젝트 열기: Terricks/XAFBootstrap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Collection CollectionSourceBase
DataSource object
EditMode ViewEditMode
Editor XAF_Bootstrap.Editors.XafBootstrapTableEditor.XafBootstrapStructureListEditor
ObjectSpace IObjectSpace

Private Properties

프로퍼티 타입 설명
FindSelectable ITreeNode
GetFormattedStructure String
GetHandlerScript String
GetKey String
GetPathStructure String
Handler_OnCallback void

공개 메소드들

메소드 설명
BuildData ( ) : void
GetMemberValue ( object obj, String member ) : object
ProcessAction ( string parameter ) : void
Refresh ( ) : void
XafBootstrapStructureView ( ) : System

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
FindSelectable ( String oid, IEnumerable list = null ) : ITreeNode
GetFormattedStructure ( ITreeNode structure ) : String
GetHandlerScript ( ITreeNode structure ) : String
GetKey ( object f ) : String
GetPathStructure ( ITreeNode structure ) : String
Handler_OnCallback ( object source, DevExpress e ) : void

메소드 상세

BuildData() 공개 메소드

public BuildData ( ) : void
리턴 void

GetMemberValue() 공개 메소드

public GetMemberValue ( object obj, String member ) : object
obj object
member String
리턴 object

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

ProcessAction() 공개 메소드

public ProcessAction ( string parameter ) : void
parameter string
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

XafBootstrapStructureView() 공개 메소드

public XafBootstrapStructureView ( ) : System
리턴 System

프로퍼티 상세

Collection 공개적으로 프로퍼티

public CollectionSourceBase Collection
리턴 CollectionSourceBase

DataSource 공개적으로 프로퍼티

public object DataSource
리턴 object

EditMode 공개적으로 프로퍼티

public ViewEditMode EditMode
리턴 ViewEditMode

Editor 공개적으로 프로퍼티

public XafBootstrapStructureListEditor,XAF_Bootstrap.Editors.XafBootstrapTableEditor Editor
리턴 XAF_Bootstrap.Editors.XafBootstrapTableEditor.XafBootstrapStructureListEditor

ObjectSpace 공개적으로 프로퍼티

public IObjectSpace ObjectSpace
리턴 IObjectSpace