Property | Type | Description | |
---|---|---|---|
Ability1 | int | ||
Ability2 | int | ||
PersonEncodedKey | string | ||
SelectedPerson | Person | ||
SpiritualGift1 | int | ||
SpiritualGift2 | int | ||
SpiritualGift3 | int | ||
SpiritualGift4 | int |
Method | Description | |
---|---|---|
Base64Decode ( string base64EncodedData ) : string |
Method | Description | |
---|---|---|
GetPersonFromForm ( string formId ) : Person | ||
GetPersonFromId ( string PersonId ) : Person | ||
Page_Load ( object sender, |
||
lbSaveAccount_Click ( object sender, |
Handles the Click event of the lbSaveAccount control.
|
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 ( |
Shows the results of the assessment test.
|
public static Base64Decode ( string base64EncodedData ) : string | ||
base64EncodedData | string | |
return | string |
protected GetPersonFromForm ( string formId ) : Person | ||
formId | string | |
return | Person |
protected GetPersonFromId ( string PersonId ) : Person | ||
PersonId | string | |
return | Person |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected lbSaveAccount_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |