C# Class XAF_Bootstrap.Controls.XafBootstrapStructureView

Inheritance: System.Web.UI.Control, IXafCallbackHandler
Show file Open project: Terricks/XAFBootstrap Class Usage Examples

Public Properties

Property Type Description
Collection CollectionSourceBase
DataSource object
EditMode ViewEditMode
Editor XAF_Bootstrap.Editors.XafBootstrapTableEditor.XafBootstrapStructureListEditor
ObjectSpace IObjectSpace

Private Properties

Property Type Description
FindSelectable ITreeNode
GetFormattedStructure String
GetHandlerScript String
GetKey String
GetPathStructure String
Handler_OnCallback void

Public Methods

Method Description
BuildData ( ) : void
GetMemberValue ( object obj, String member ) : object
ProcessAction ( string parameter ) : void
Refresh ( ) : void
XafBootstrapStructureView ( ) : System

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
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

Method Details

BuildData() public method

public BuildData ( ) : void
return void

GetMemberValue() public method

public GetMemberValue ( object obj, String member ) : object
obj object
member String
return object

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

ProcessAction() public method

public ProcessAction ( string parameter ) : void
parameter string
return void

Refresh() public method

public Refresh ( ) : void
return void

Render() protected method

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

XafBootstrapStructureView() public method

public XafBootstrapStructureView ( ) : System
return System

Property Details

Collection public property

public CollectionSourceBase Collection
return CollectionSourceBase

DataSource public property

public object DataSource
return object

EditMode public property

public ViewEditMode EditMode
return ViewEditMode

Editor public property

public XafBootstrapStructureListEditor,XAF_Bootstrap.Editors.XafBootstrapTableEditor Editor
return XAF_Bootstrap.Editors.XafBootstrapTableEditor.XafBootstrapStructureListEditor

ObjectSpace public property

public IObjectSpace ObjectSpace
return IObjectSpace