C# Class RockWeb.Plugins.org_newpointe.Shape.ShapeResults

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Свойство Type Description
Ability1 int
Ability2 int
PersonEncodedKey string
SelectedPerson Person
SpiritualGift1 int
SpiritualGift2 int
SpiritualGift3 int
SpiritualGift4 int

Méthodes publiques

Méthode Description
Base64Decode ( string base64EncodedData ) : string

Méthodes protégées

Méthode Description
GetPersonFromForm ( string formId ) : Person
GetPersonFromId ( string PersonId ) : Person
Page_Load ( object sender, EventArgs e ) : void
lbSaveAccount_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSaveAccount control.

Private Methods

Méthode 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

Base64Decode() public static méthode

public static Base64Decode ( string base64EncodedData ) : string
base64EncodedData string
Résultat string

GetPersonFromForm() protected méthode

protected GetPersonFromForm ( string formId ) : Person
formId string
Résultat Person

GetPersonFromId() protected méthode

protected GetPersonFromId ( string PersonId ) : Person
PersonId string
Résultat Person

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

lbSaveAccount_Click() protected méthode

Handles the Click event of the lbSaveAccount control.
protected lbSaveAccount_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

Property Details

Ability1 public_oe property

public int Ability1
Résultat int

Ability2 public_oe property

public int Ability2
Résultat int

PersonEncodedKey public_oe property

public string PersonEncodedKey
Résultat string

SelectedPerson public_oe property

public Person SelectedPerson
Résultat Person

SpiritualGift1 public_oe property

public int SpiritualGift1
Résultat int

SpiritualGift2 public_oe property

public int SpiritualGift2
Résultat int

SpiritualGift3 public_oe property

public int SpiritualGift3
Résultat int

SpiritualGift4 public_oe property

public int SpiritualGift4
Résultat int