C# Class Rockweb.Blocks.Crm.DiscResult

Inheritance: Rock.Web.UI.RockBlock
Exibir arquivo Open project: NewPointe/Rockit

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

Private Methods

Method Description
ShowExplaination ( string personalityType ) : void

Shows the explaination for the given personality type as defined in one of the DefinedValues of the DISC Results DefinedType.

ShowResults ( DiscService savedScores ) : void

Shows the results of the assessment test.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void