C# Class RockWeb.Plugins.org_newpointe.Metrics.MetricsTreeView

Inheritance: Rock.Web.UI.RockBlock
Show file Open project: NewPointe/Rockit

Protected Properties

Property Type Description
ExpandedIdsQueryName string
LocalData StringBuilder
RestParms string
RestUrl string
SelectedIdQueryName string

Protected Methods

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

Private Methods

Method Description
BuildHeirarchy2 ( System.Guid parentGroupTypeGuid, int id = -1 ) : void
GetParentGroupType ( GroupType groupType ) : GroupType
GetRootGroupType ( int groupId ) : GroupType

Method Details

OnInit() protected method

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

OnLoad() protected method

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

Property Details

ExpandedIdsQueryName protected property

protected string ExpandedIdsQueryName
return string

LocalData protected property

protected StringBuilder LocalData
return StringBuilder

RestParms protected property

protected string RestParms
return string

RestUrl protected property

protected string RestUrl
return string

SelectedIdQueryName protected property

protected string SelectedIdQueryName
return string