C# Class SenseNet.Portal.UI.ContentListViews.ViewFrame

Inheritance: System.Web.UI.UserControl
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GetContainingViewFrame ( Control child ) : ViewFrame
GetHashCode ( string nodePath, string uiContextID ) : string
GetSelectedView ( string hash ) : string
ResolveAction ( string nodepath, string actionname ) : string
SetView ( string hash, string viewPath ) : void
ViewFrame ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
ChangeListView ( string viewPath ) : void
LoadSelectedView ( string name ) : void
viewSelector_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void
viewSelector_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetContainingViewFrame() public static method

public static GetContainingViewFrame ( Control child ) : ViewFrame
child System.Web.UI.Control
return ViewFrame

GetHashCode() public static method

public static GetHashCode ( string nodePath, string uiContextID ) : string
nodePath string
uiContextID string
return string

GetSelectedView() public static method

public static GetSelectedView ( string hash ) : string
hash string
return string

OnLoad() protected method

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

ResolveAction() public static method

public static ResolveAction ( string nodepath, string actionname ) : string
nodepath string
actionname string
return string

SetView() public static method

public static SetView ( string hash, string viewPath ) : void
hash string
viewPath string
return void

ViewFrame() public method

public ViewFrame ( ) : System
return System