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

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen 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_oe property

protected string ExpandedIdsQueryName
return string

LocalData protected_oe property

protected StringBuilder LocalData
return StringBuilder

RestParms protected_oe property

protected string RestParms
return string

RestUrl protected_oe property

protected string RestUrl
return string

SelectedIdQueryName protected_oe property

protected string SelectedIdQueryName
return string